From 73e5689460e28d66fa235737ae2efdb757435a21 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 28 Apr 2025 14:08:03 -0400 Subject: [PATCH] Import lang from Red as a cog --- rubycore/__init__.py | 6 + rubycore/info.json | 20 + rubycore/locales/af-ZA.po | 3425 ++++++++++++++++++++++ rubycore/locales/ar-SA.po | 4744 ++++++++++++++++++++++++++++++ rubycore/locales/bg-BG.po | 4689 ++++++++++++++++++++++++++++++ rubycore/locales/bs-BA.po | 3425 ++++++++++++++++++++++ rubycore/locales/ca-ES.po | 3425 ++++++++++++++++++++++ rubycore/locales/cs-CZ.po | 4717 ++++++++++++++++++++++++++++++ rubycore/locales/da-DK.po | 4684 ++++++++++++++++++++++++++++++ rubycore/locales/de-DE.po | 5030 ++++++++++++++++++++++++++++++++ rubycore/locales/debugging.po | 197 ++ rubycore/locales/el-GR.po | 3425 ++++++++++++++++++++++ rubycore/locales/en-PT.po | 1411 +++++++++ rubycore/locales/en-US.po | 1410 +++++++++ rubycore/locales/es-ES.po | 5096 +++++++++++++++++++++++++++++++++ rubycore/locales/et-EE.po | 4674 ++++++++++++++++++++++++++++++ rubycore/locales/fi-FI.po | 4674 ++++++++++++++++++++++++++++++ rubycore/locales/fr-FR.po | 4940 ++++++++++++++++++++++++++++++++ rubycore/locales/he-IL.po | 3425 ++++++++++++++++++++++ rubycore/locales/hi-IN.po | 4673 ++++++++++++++++++++++++++++++ rubycore/locales/hr-HR.po | 4734 ++++++++++++++++++++++++++++++ rubycore/locales/hu-HU.po | 4685 ++++++++++++++++++++++++++++++ rubycore/locales/id-ID.po | 4681 ++++++++++++++++++++++++++++++ rubycore/locales/it-IT.po | 4737 ++++++++++++++++++++++++++++++ rubycore/locales/ja-JP.po | 4680 ++++++++++++++++++++++++++++++ rubycore/locales/ko-KR.po | 4673 ++++++++++++++++++++++++++++++ rubycore/locales/lol-US.po | 1411 +++++++++ rubycore/locales/nb-NO.po | 4811 +++++++++++++++++++++++++++++++ rubycore/locales/nl-NL.po | 4681 ++++++++++++++++++++++++++++++ rubycore/locales/pl-PL.po | 4735 ++++++++++++++++++++++++++++++ rubycore/locales/pt-BR.po | 4722 ++++++++++++++++++++++++++++++ rubycore/locales/pt-PT.po | 4691 ++++++++++++++++++++++++++++++ rubycore/locales/ro-RO.po | 3425 ++++++++++++++++++++++ rubycore/locales/ru-RU.po | 4843 +++++++++++++++++++++++++++++++ rubycore/locales/sk-SK.po | 4673 ++++++++++++++++++++++++++++++ rubycore/locales/sl-SI.po | 4709 ++++++++++++++++++++++++++++++ rubycore/locales/sr-CS.po | 3425 ++++++++++++++++++++++ rubycore/locales/sr-SP.po | 3425 ++++++++++++++++++++++ rubycore/locales/sv-SE.po | 4697 ++++++++++++++++++++++++++++++ rubycore/locales/tr-TR.po | 4827 +++++++++++++++++++++++++++++++ rubycore/locales/uk-UA.po | 4681 ++++++++++++++++++++++++++++++ rubycore/locales/vi-VN.po | 4673 ++++++++++++++++++++++++++++++ rubycore/locales/zh-CN.po | 4759 ++++++++++++++++++++++++++++++ rubycore/locales/zh-HK.po | 3425 ++++++++++++++++++++++ rubycore/locales/zh-TW.po | 4905 +++++++++++++++++++++++++++++++ 45 files changed, 177798 insertions(+) create mode 100644 rubycore/__init__.py create mode 100644 rubycore/info.json create mode 100644 rubycore/locales/af-ZA.po create mode 100644 rubycore/locales/ar-SA.po create mode 100644 rubycore/locales/bg-BG.po create mode 100644 rubycore/locales/bs-BA.po create mode 100644 rubycore/locales/ca-ES.po create mode 100644 rubycore/locales/cs-CZ.po create mode 100644 rubycore/locales/da-DK.po create mode 100644 rubycore/locales/de-DE.po create mode 100644 rubycore/locales/debugging.po create mode 100644 rubycore/locales/el-GR.po create mode 100644 rubycore/locales/en-PT.po create mode 100644 rubycore/locales/en-US.po create mode 100644 rubycore/locales/es-ES.po create mode 100644 rubycore/locales/et-EE.po create mode 100644 rubycore/locales/fi-FI.po create mode 100644 rubycore/locales/fr-FR.po create mode 100644 rubycore/locales/he-IL.po create mode 100644 rubycore/locales/hi-IN.po create mode 100644 rubycore/locales/hr-HR.po create mode 100644 rubycore/locales/hu-HU.po create mode 100644 rubycore/locales/id-ID.po create mode 100644 rubycore/locales/it-IT.po create mode 100644 rubycore/locales/ja-JP.po create mode 100644 rubycore/locales/ko-KR.po create mode 100644 rubycore/locales/lol-US.po create mode 100644 rubycore/locales/nb-NO.po create mode 100644 rubycore/locales/nl-NL.po create mode 100644 rubycore/locales/pl-PL.po create mode 100644 rubycore/locales/pt-BR.po create mode 100644 rubycore/locales/pt-PT.po create mode 100644 rubycore/locales/ro-RO.po create mode 100644 rubycore/locales/ru-RU.po create mode 100644 rubycore/locales/sk-SK.po create mode 100644 rubycore/locales/sl-SI.po create mode 100644 rubycore/locales/sr-CS.po create mode 100644 rubycore/locales/sr-SP.po create mode 100644 rubycore/locales/sv-SE.po create mode 100644 rubycore/locales/tr-TR.po create mode 100644 rubycore/locales/uk-UA.po create mode 100644 rubycore/locales/vi-VN.po create mode 100644 rubycore/locales/zh-CN.po create mode 100644 rubycore/locales/zh-HK.po create mode 100644 rubycore/locales/zh-TW.po diff --git a/rubycore/__init__.py b/rubycore/__init__.py new file mode 100644 index 0000000..262dd14 --- /dev/null +++ b/rubycore/__init__.py @@ -0,0 +1,6 @@ +from .rubycore import RubyCore + +__red_end_user_data_statement__ = 'This cog does not store user data.' + +async def setup(bot): + await bot.add_cog(RubyCore(bot)) diff --git a/rubycore/info.json b/rubycore/info.json new file mode 100644 index 0000000..fc0a8fd --- /dev/null +++ b/rubycore/info.json @@ -0,0 +1,20 @@ +{ + "author": [ + "Valerie" + ], + "install_msg": "You've just installed Ruby Core. This cog changes Red Bots locales", + "name": "RubyCore", + "short": "This cog changes Red Bots locales", + "requirements": [], + "description": "This cog changes Red-DiscordBot's locales", + "tags": [ + "locale" + ], + "min_bot_version": "3.5.0.dev1", + "min_python_version": [ + 3, + 6, + 0 + ], + "end_user_data_statement": "This cog does not store user data." +} \ No newline at end of file diff --git a/rubycore/locales/af-ZA.po b/rubycore/locales/af-ZA.po new file mode 100644 index 0000000..d6b45bd --- /dev/null +++ b/rubycore/locales/af-ZA.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Afrikaans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: af\n" +"X-Crowdin-File-ID: 4\n" +"Language: af_ZA\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/ar-SA.po b/rubycore/locales/ar-SA.po new file mode 100644 index 0000000..be578d6 --- /dev/null +++ b/rubycore/locales/ar-SA.po @@ -0,0 +1,4744 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ar\n" +"X-Crowdin-File-ID: 4\n" +"Language: ar_SA\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "أوامر للتفاعل مع ادارة الترس الأحمر." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" يسرد مسارات الكود الحالية ترتيبا للأولوية.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "مسار التثبيت: {install_path}\n" +"المسار الأساسي: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" إضافة مسار إلى قائمة مسارات الكود المتاحة.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "هذا المسار غير موجود أو لا يشير إلى دليل صالح." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "المسار المُقدم يبدو كحزمة cog، هل أنت متأكد أن هذا هو المسار الذي تريد إضافته **كمسار cog**؟ \n\n" +"على سبيل المثال، في الحالة التالية، يجب عليك إضافة {path} **كمسار cog**." + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "يرجى الرجوع إلى واجهة المستخدم لمدير cog إذا كنت غير متأكد. " + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "حسنًا، لن يتم إضافة المسار." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "تم اضافة الاعلان" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" اصلاح المسارات داخليا للسماح باكتشاف قوانين مختلفة.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "تاريخ \"من\" خاطيء" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "تاريخ \"من\" خاطيء" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "تم إعادة ترتيب المسارات" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "هذه الصفحة غير موجودة!" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "سيقوم البوت بتثبيت رموز جديدة إلى دليل '{}'." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" يسرد جميع القوانين المحملة والمتوفرة.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} تم تحميل:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} تم تحميل:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Hcyg" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "لا يمكن دفع ثمن هذا الأمر في DM بدون بنك عالمي." + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "تحتاج على الأقل إلى {cost} {currency} لاستخدام هذا الأمر." + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "الاسم المستعار {alias_name} هو بالفعل أمر موجود أو اسم مستخدم في أحد الأوامر المحملة." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "الأمر {command_name} هو بالفعل أمر موجود أو مستخدم كإختصار في أحد الأوامر التي تم تحميلها." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" مجموعة الأوامر الأساسية لديها العديد من الأوامر ذات الصلة بالعمليات الأساسية.\n\n" +" تأتي هذه الأوامر مع كل ريدبوت، وتغطي بعض من أبسط استخدامات البوت.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "البوت يعمل!" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "هذا البوت هو مثال على [Red, a open Discord bot]({}) التي تم إنشاؤها بواسطة [Twentysix]({}) و [تم تحسينها بواسطة الكثير]({}).\n\n" +"ريدبوت يدعمه مجتمع عاطفي يساهم ويخلق محتوى للجميع للتمتع به. [انضم إلينا اليوم]({}) وساعدنا على تحسين!\n\n" +"(ج) منشئو كوكس" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "مثيل يمتلكه الفريق" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "مالك البوت" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "discord Bot by Lord_X\n" +"#1770" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "الإصدار {version} متاح حالياً" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "فشل التحقق من وجود تحديث." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "عفا عليها الزمن!" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "عن مثيل الخادوم هذا" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "حول discord bot by Lord_X\n" +"#1770" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "جلب الفرحة منذ 02 يان 2016 (أكثر من {} أيام مضت!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "هذا البوت هو مثال على Red، روبوت ديسكورد مفتوح المصدر (1) أنشأته Twenty6 (2) وتحسن بواسطة العديد (3).\n\n" +"الحمراء مدعوم من قبل مجتمع عاطفي يساهم وينشئ المحتوى ليتمتع به الجميع. انضم إلينا اليوم (4) وساعدنا على تحسين!\n\n" +"(ج) منشئو الكود" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "مثيل مملوك للفريق: [{owner}]\n" +"بايثون: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"إصدار الريد بوت: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "مثيل مملوك للفريق: [{owner}]\n" +"بايثون: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"إصدار الريد بوت: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "انتهت صلاحيتها: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**حول ريدبوت**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**حول هذا المثال**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**المراجع**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}> \n" +" \n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "يعرض المدة من بدأ تشغيل البوت [botname] إلى الان" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" الأوامر التي تتفاعل مع البيانات [botname] لها عنك.\n\n" +" يمكن العثور على مزيد من المعلومات في [وثيقة بيانات المستخدم النهائية](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "هذا البوت يخزن بعض البيانات حول المستخدمين حسب الحاجة للعمل. هذا في الغالب هو المعرف الذي تم تعيين المستخدم الخاص بك من قبل ديسكورد، مرتبطة بعدد قليل من الأشياء اعتماداً على ما تتفاعل معه في البوت. هناك بعض الأوامر التي تخزينها لتتبع من قام بإنشاء شيء. (مثل قوائم التشغيل) للحصول على تفاصيل كاملة عن هذا وكذلك تفاصيل أكثر عمقا لما يتم تخزينه ولماذا انظر {link}.\n\n" +"بالإضافة إلى ذلك، فإن إضافات الطرف الثالث التي يحملها مالك البوت قد تخزن أشياء إضافية أو لا تخزن. يمكنك استخدام `{prefix}البيانات الأساسية 3rdparty` لعرض البيانات المقدمة من كل إضافة من طرف ثالث." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "أحتاج إلى أن أكون قادراً على إرفاق الملفات (حاول في DM?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "يبدو أن هذه الحالة لا تحتوي على أي تمديدات من طرف ثالث." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "بيانات بيانات المستخدم النهائي للطرف الثالث" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "وفيما يلي بيانات مقدمة بتمديد من طرف ثالث." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "ملحقات الطرف الثالث بدون بيانات\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "هنا صفحة تم إنشاؤها مع البيانات المقدمة من تمديدات طرف ثالث." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "لم يتم الحصول على تأكيد، إلغاء." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "لم يحصل على تأكيد مطابق، إلغاء." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "هذا الأمر ({command}) لا يدعم الاستخدام غير التفاعلي." + +#: 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 "سيؤدي هذا إلى التخلص من البوت و/أو فصل البيانات عنك. ولن يتم التخلص من البيانات التشغيلية مثل إدخالات الموديل أو التحذيرات أو كتم البت. إذا كنت متأكدا من أن هذا هو ما تريدون، فيرجى الرد بما يلي:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "قد يستغرق هذا وقتًا طويلًا" + +#: 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 "حاولت حذف جميع البيانات غير العملية عنك (والتي أعرف كيفية حذفها) {mention}، غير أن الوحدات التالية حذفت: {modules}. بالإضافة إلى ذلك، أخطأت التعليمات البرمجية التالية: {cogs}.\n" +"يرجى الاتصال بمالك هذا البوت لمعالجة هذا.\n" +"ملاحظة: خارج هذه الإخفاقات، كان ينبغي حذف البيانات." + +#: 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 "حاولت حذف جميع البيانات غير العملية عنك (والتي أعرف كيفية حذفها) {mention}، ومع ذلك، فإن الرموز التالية أخطأت: {cogs}.\n" +"الرجاء الاتصال بمالك هذا البوت لمعالجة هذا.\n" +"ملاحظة: خارج هذه الإخفاقات، كان يجب حذف البيانات." + +#: 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 "حاولت حذف جميع البيانات غير العملية عنك (والتي أعرف كيفية حذفها) {mention}، غير أن الوحدات التالية حذفت: {modules}. بالإضافة إلى ذلك، أخطأت التعليمات البرمجية التالية: .\n" +"يرجى الاتصال بمالك هذا البوت لمعالجة هذا.\n" +"ملاحظة: خارج هذه الإخفاقات، كان ينبغي حذف البيانات." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "لقد حذفت أي بيانات غير تشغيلية عنك (والتي أعرف كيفية حذفها) {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 "{mention} الأوامر التالية لم تتعامل مع الحذف:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[قادمة قريبًا] احصل على البيانات [botname] عنك." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "هذا الأمر لا يفعل أي شيء حتى الآن، لكننا نعمل على إضافة دعم لهذا." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" أوامر للتعامل مع البيانات بشكل أكمل.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "يمكن للمستخدم حذف بياناته الخاصة. هذا لن يشمل بيانات التشغيل مثل المستخدمين المحظورين." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "لا يمكن للمستخدم حذف بياناته الخاصة." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "سيتم توجيه الأوامر لإزالة جميع البيانات غير التشغيلية بناء على طلب المستخدم." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "سيتم إعلام المستخدم الذي قام بطلب حذف البيانات. وسوف تترك تفاصيل ما ينبغي حذفه لتقدير مسؤول البوت." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "سيؤدي هذا إلى التخلص من البوت أو فصل جميع البيانات من معرف المستخدم المحدد. لا ينبغي أن تستخدم هذا إلا إذا طلب ديسكورد هذا بشكل محدد فيما يتعلق بمستخدم محذوف. وهذا سيزيل المستخدم من مختلف تدابير مكافحة إساءة الاستعمال. إذا كنت تقوم بمعالجة طلب يدوي من أحد المستخدمين، قد ترغب في '{prefix}{command_name}` بدلاً من ذلك.\n\n" +"إذا كنت متأكدا من أن هذا هو ما تنوي القيام به فيرجى الرد بما يلي:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "حاولت حذف جميع البيانات غير العملية عنك (والتي أعرف كيفية حذفها) {mention}، غير أن الوحدات التالية حذفت: {modules}. بالإضافة إلى ذلك، أخطأت التعليمات البرمجية التالية: {cogs}.\n" +"يرجى الاتصال بمالك هذا البوت لمعالجة هذا.\n" +"ملاحظة: خارج هذه الإخفاقات، كان ينبغي حذف البيانات." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "حاولت حذف جميع البيانات غير العملية عنك (والتي أعرف كيفية حذفها) {mention}، غير أن الوحدات التالية حذفت: {modules}. بالإضافة إلى ذلك، أخطأت التعليمات البرمجية التالية: .\n" +"يرجى الاتصال بمالك هذا البوت لمعالجة هذا.\n" +"ملاحظة: خارج هذه الإخفاقات، كان ينبغي حذف البيانات." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "تضمين الإعدادات:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "وستعود المداخن الآن إلى الوضع العالمي." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "مضمن الآن {} لهذه القناة." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "مفعّل" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "معطل" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "انتهت مهلة الرد." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "حسناً. باي :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "حسنًا، سأبقى بعد ذلك. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "حسناً، أنا لا أغادر هذه السيرفرات." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" يعرض جميع سيرفرات [botname] حاليًا.\n\n" +" ملاحظة: هذا الأمر تفاعلي.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "تم تحميل {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "تم تحميل الحزمة التالية مسبقاً: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "الحزم التالية تم تحميلها بالفعل: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "فشل تحميل الحزمة التالية: {pack}.\n" +"تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "فشل تحميل الحزم التالية: {packs}\n" +"تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." + +#: 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 "الاسم التالي ليس اسم حزمة صالح: {pack}\n" +"أسماء الحزمة لا يمكن أن تبدأ برقم ويمكن أن تحتوي فقط على أرقام ascii، الرسائل والشرطات السفلية." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "الاسم التالي ليس اسم حزمة صالح: {packs}\n" +"أسماء الحزمة لا يمكن أن تبدأ برقم ويمكن أن تحتوي فقط على أرقام ascii، الرسائل والشرطات السفلية." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "لم يتم العثور على الحزمة التالية في أي مسار الكود: {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "لم يتم العثور على الحزم التالية في أي مسار الكود: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "تعذر تحميل هذه الحزمة للسبب التالي:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "لا يمكن تحميل هذه الحزم للأسباب التالية:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**تحذير**: المستودعات التالية تستخدم الرموز المشتركة التي تحمل علامة للإزالة discord bot by Lord_X\n" +"#17703. : {repo}.\n" +"يجب عليك إبلاغ المشرفين بهذه المستودعات حول هذه الرسالة." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**تحذير**: المستودعات التالية تستخدم الرموز المشتركة التي تحمل علامة للإزالة discord bot by Lord_X\n" +"#17703. : {repos}.\n" +"يجب عليك إبلاغ المشرفين بهذه المستودعات حول هذه الرسالة." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "الحزم التالية تم تحميلها بالفعل: {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "تم تحميل الحزمة التالية مسبقاً: {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "تم تحميل الحزمة التالية مسبقاً: {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "تم تحميل الحزمة التالية مسبقاً: {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "تم تحميله {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "فشل في إعادة تحميل الحزمة التالية: {pack}.\n" +"تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "فشل في إعادة تحميل الحزم التالية: {packs}\n" +"تحقق من وحدة التحكم الخاصة بك أو سجلات للحصول على التفاصيل." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "تعذر إعادة تحميل هذه الحزمة للسبب التالي:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "لا يمكن إعادة تحميل هذه الحزم للأسباب التالية:\n\n" +"{reasons}" + +#: 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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "إيقاف التشغيل... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "جاري إعادة التشغيل..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "الأمر الأساسي لإعدادات البنك." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "تبديل ما إذا كان البنك عالمياً أم لا.\n\n" +" إذا كان البنك عالميا، فإنه سيصبح لكل خادم.\n" +" إذا كان البنك لكل خادم، فإنه سيصبح عالميا.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "لكل السيرفرات" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "عام" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "سيؤدي هذا إلى تبديل البنك إلى أن يكون {banktype}، وحذف جميع الحسابات في العملية! إذا كنت متأكدا، اكتب `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "البنك هو الآن {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "تعيين اسم البنك." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "تم تعيين اسم البنك إلى: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "تعيين اسم عملة البنك. (Automatic Translation)." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "تم تعيين اسم العملة إلى: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "تعيين الحد الأقصى للرصيد الذي يمكن للمستخدم الحصول عليه." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "يجب أن يكون المبلغ أكبر من صفر وأقل من {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "تم تعيين الحد الأقصى للرصيد إلى: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "إعادة تعيين الوصف." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "تم." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "أنت تفتقر إلى الصلاحيات لتغيير اسمي المستعار." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "تم مسح سجل النظام." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "تم تعيين النص المخصص." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "تم مسح اللعبة." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "تم مسح الإستماع." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "تم مسح المشاهدة." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "تغيرت الحالة إلى {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "وهذا الدور هو بالفعل دور المدير." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "وهذا الدور يعتبر الآن دور admin." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "وهذا الرتبة هى بالفعل دور admin." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "وهذا الدور يعتبر الآن دور mod." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "وهذا الدور ليس رتبة admin في البداية." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "وهذا الرتبة يعتبر الآن دور admin." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "وهذا الدور ليس رتبة admin في البداية." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "وهذا الرتبة يعتبر الآن دور mod." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "تم تعيين الان." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "تم تعيين رمز API{service}." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "لا توجد قنوات إضافية يتم إرسالها إليها." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "قناة غير معروفة بالمعرفة: {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "تم تعطيل حذف الأمر." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "حذف تعيين التأخير إلى {num} ثانية." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "بوت سيقوم بحذف رسائل الأوامر بعد {num} ثانية. قم بتعيين هذه القيمة إلى -1 لإيقاف حذف الرسائل" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "لن أحذف رسائل الأوامر." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "يستخدم البوت {} لون التكوين الخاص به للتضمينات." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "لن" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "سوف" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "تم البحث عن أمر غامض {} لهذا الخادم." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "تم البحث عن أمر غامض {} لهذا الخادم." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "تم إعادة تعيين اللون." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "تم تعيين اللون." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "تم الإلغاء." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "تم تعيين prefix." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "المساعدة لن تستخدم القوائم." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "المساعدة ستقوم بتصفية الأوامر المخفية." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "المساعدة سوف تظهر فقط للأوامر التي يمكن تشغيلها." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "سوف تظهر المساعدة دون التحقق مما إذا كان يمكن تشغيل الأوامر." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "المساعدة سوف تتحقق من وجود مواضيع المساعدة." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "المساعدة سوف تتحقق فقط من وجود مواضيع المساعدة عبر مساعدة غامضة (إذا تم تفعيلها)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "يجب عليك إعطاء قيمة لا تقل عن 500 حرف." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "تم. تم تعيين حد الحرف لكل صفحة إلى {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "يجب أن تعطي قيمة صفر أو أكثر!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "تم. تم تعيين الحد الأقصى للصفحة إلى {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "لا يمكن أن يكون التأخير أطول من 14 يوماً!" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "تم. لن يتم حذف رسائل المساعدة الآن." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "تم. تم تعيين تأخير الحذف إلى {} ثانية." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "تم إعادة تعيين العلامة." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "العلامة الخاصة بك طويلة جداً! الرجاء اختصارها بحيث لا يتجاوز طولها 2048 حرفاً." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "تم إعادة تعيين العلامة." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "معرف المستخدم: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "عبر DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "من {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " مُعرّف الخادم: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "استخدم `{}dm {} للرد على هذا المستخدم" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "أرسلت من {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "لقد تم تكويني لعدم إرسال هذا في أي مكان." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "تم إرسال رسالتك." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "أنا غير قادر على تسليم رسالتك. عذراً." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "معرف غير صالح، المستخدم غير موجود، أو المستخدم هو بوت. يمكنك فقط إرسال رسائل إلى الأشخاص الذين أشاركهم الخادم معهم." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "مالك هو {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "يمكنك الرد على هذه الرسالة باستخدام {}جهة اتصال" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "عذراً، لم أستطع تسليم رسالتك إلى {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "تم ارسال الرسالة إلى {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "يطبع مسار بيانات البوت." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "مسار البيانات: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "ليس هناك أي أوامر معطلة عالميا." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "ليس هناك أي أوامر معطلة عالميا." + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "أمر واحد معطل عالمياً.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "ليس هناك أي أوامر معطلة في {}." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} الأوامر معطلة في {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "تم تعطيل أمر واحد في {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "الأمر لتعطيل لا يمكن أن يكون \"أمر\" أو أي من الأوامر الفرعية الخاصة به." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "يتم تعيين هذا الأمر على أنه متاح دائمًا ولا يمكن تعطيله." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "وهذا الأمر معطل بالفعل على الصعيد العالمي." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "غير مسموح لك بتعطيل هذا الأمر." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "هذا الأمر معطل بالفعل في هذا الخادم." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "وقد تم بالفعل تمكين هذه القيادة على الصعيد العالمي." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "غير مسموح لك بتمكين هذا الأمر." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "هذا الأمر مفعل بالفعل في هذا السيرفر." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "الأدوار المناعية من إجراءات الاعتدال الآلية:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "الأعضاء المناصرين من إجراءات الاعتدال الآلية:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "تمت الإضافة بالفعل." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "ليس في القائمة." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "لاشيء" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "غير معروف" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "المشرف" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "حتى" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "المدة" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "قناة" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "معدلة من قبل" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "آخر تعديل في" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/bg-BG.po b/rubycore/locales/bg-BG.po new file mode 100644 index 0000000..557a01b --- /dev/null +++ b/rubycore/locales/bg-BG.po @@ -0,0 +1,4689 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bg\n" +"X-Crowdin-File-ID: 4\n" +"Language: bg_BG\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Пътят е добавен успешно." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Невалиден \"от\" индекс." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Невалиден \"към\" индекс." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Пътищата са пренаредени." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Този път не съществува." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Ботът ще инсталира новите COG-ове в `{}` директория." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "За да отстраните този проблем, трябва да направите едно от следните:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Проверете дали извикващият команда не е бот" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Потребителят е бот, който му пречи да изпълнява каквато и да е команда." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Това не може да бъде коригирано - ботовете не трябва да слушат други ботове." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Проверете дали ботът може да изпраща съобщения в дадения канал" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Времето за изчакване на бота в дадения канал е изтекло." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Ботът няма разрешение да изпраща съобщения в дадения канал." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "За да коригирате този проблем, уверете се, че настройката на разрешенията позволява на бота да изпраща съобщения според йерархията на ролите на Discord:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Проверете дали каналът и сървърът не са настроени да бъдат игнорирани" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "За да отстраните този проблем, проверете списъка, върнат от командата {command}, и се уверете, че каналът {channel} и сървърът не са част от този списък." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "За да отстраните този проблем, проверете списъка, върнат от командата {command}, и се уверете, че каналът {channel}, категорията на канала, към която принадлежи ({channel_category}), и сървърът не са част от този списък." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Ботът е настроен да игнорира команди в дадения канал или този сървър." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Глобалният разрешен списък не позволява на потребителя да изпълнява тази команда." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "За да коригирате този проблем, можете или да добавите потребителя към списъка с разрешени, или да изчистите списъка с разрешени.\n" +"Ако искате да запазите разрешения списък, можете да изпълните {command_1}, което ще добави {user} към списъка с разрешени.\n" +"Ако вместо това искате да изчистите списъка с разрешени и да позволите на всички потребители да изпълняват команди свободно, можете да изпълните {command_2}, за да направите това." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Глобалният списък за блокиране не позволява на потребителя да изпълнява тази команда." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "За да отстраните този проблем, можете или да премахнете потребителя от списъка с блокирани, или да го изчистите.\n" +"Ако искате да запазите блокирания списък, можете да изпълните {command_1}, което ще премахне {user} от списъка с блокирани.\n" +"Ако вместо това искате да изчистите списъка с блокирани и да позволите на всички потребители да изпълняват команди свободно, можете да изпълните {command_2}, за да направите това." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Локален списък с разрешения не позволява на потребителя да изпълни тази команда." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "За да коригирате този проблем, можете или да добавите потребителя или една от ролите му към локалния разрешен списък, или да изчистите локалния списък с разрешени.\n" +"Ако искате да запазите локалния разрешен списък, можете да изпълните {command_1}, което ще добави {user} към локалния разрешен списък.\n" +"Ако вместо това искате да изчистите локалния разрешен списък и да позволите на всички потребители да изпълняват команди свободно, можете да изпълните {command_2}, за да направите това." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Локален списък за блокиране не позволява на потребителя да изпълни тази команда." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "За да отстраните този проблем, можете или да премахнете ролите на потребителя от локалния списък за блокиране, или да изчистите локалния списък за блокиране.\n" +"Ако искате да запазите локалния списък за блокиране, можете да изпълните {command_1}, което ще премахне ролите на потребителя ({roles}) от локалния списък за блокиране.\n" +"Ако вместо това искате да изчистите локалния списък за блокиране и да позволите на всички потребители да изпълняват команди свободно, можете да изпълните {command_2}, за да направите това." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "За да отстраните този проблем, можете или да премахнете потребителя и ролите му от локалния списък за блокиране, или да изчистите локалния списък за блокиране.\n" +"Ако искате да запазите локалния списък за блокиране, можете да изпълните {command_1}, което ще премахне {user} и ролите им ({roles}) от локалния списък за блокиране.\n" +"Ако вместо това искате да изчистите локалния списък за блокиране и да позволите на всички потребители да изпълняват команди свободно, можете да изпълните {command_2}, за да направите това." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "За да отстраните този проблем, можете или да премахнете потребителя от локалния списък за блокиране, или да изчистите локалния списък за блокиране.\n" +"Ако искате да запазите локалния списък за блокиране, можете да изпълните {command_1}, което ще премахне {user} от локалния списък за блокиране.\n" +"Ако вместо това искате да изчистите локалния списък за блокиране и да позволите на всички потребители да изпълняват команди свободно, можете да изпълните {command_2}, за да направите това." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Проверки на разрешени и блокирани списъци" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Глобални, cog и командни проверки" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Посочената команда е деактивирана в тази гилдия." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Един от родителите на дадената команда е деактивиран глобално." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "За да отстраните този проблем, можете да изпълните {command}, което ще активира командата {affected_command} в тази гилдия." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Други въпроси, свързани с проверките" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Има проблем, свързан с проверките за {command}, но не можем да определим точната причина." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "За да коригирате този проблем, е необходим ръчен преглед на глобалните, зъбни и командни проверки." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Глобални проверки" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Една от глобалните проверки за командата {command} се провали със съобщение:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Една от глобалните проверки за командата {command} се провали със съобщение." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Cog проверка" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "Една от глобалните проверки за командата {command} се провали със съобщение:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "Една от глобалните проверки за командата {command} се провали без съобщение." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Командни проверки" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Една от глобалните проверки за командата {command} се провали със съобщение:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Една от глобалните проверки за командата {command} се провали без съобщение." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Проверка на разрешенията" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Cog на дадената команда е деактивирано в тази гилдия." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "За да отстраните този проблем, можете да изпълните {command}, което ще активира cog {affected_cog} в тази гилдия." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "На бота липсват някои от разрешенията за канал ({permissions}), изисквани от cog {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "На бота липсват някои от разрешенията за канал ({permissions}), изисквани от командата {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "За да отстраните този проблем, предоставете необходимите разрешения на бота чрез настройки на ролята или отмяна на канала." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Други въпроси, свързани с разрешенията." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Фатална грешка: Има проблем, свързан с разрешенията за cog {cog}, но не можем да определим точната причина." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Фатална грешка: Има проблем, свързан с разрешенията за командата {command}, но не можем да определим точната причина." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Това е неочаквана грешка, моля, докладвайте за нея в проследяващия проблем на Red." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Уверете се, че командата не е само за собственика на бота" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Преминало" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Неуспешно" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Изключване... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "глобален" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Завършено." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Нямам правомощието да променя псевдонима си." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Локализирането е настроено." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Префиксът е зададен." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "чрез ЛС" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "от {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Използвайте `{} dm {} `, за да отговорите на този потребител" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Изпратено от {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Вашето съобщение е изпратено." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Аз не съм в състояние да доставя Вашето съобщение. Съжалявам." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Няма" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "Вече се провежда REPL сесия в този канал. Напуснете я с `quit`." + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/bs-BA.po b/rubycore/locales/bs-BA.po new file mode 100644 index 0000000..3f2dc82 --- /dev/null +++ b/rubycore/locales/bs-BA.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Bosnian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: bs\n" +"X-Crowdin-File-ID: 4\n" +"Language: bs_BA\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/ca-ES.po b/rubycore/locales/ca-ES.po new file mode 100644 index 0000000..129c2d2 --- /dev/null +++ b/rubycore/locales/ca-ES.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Catalan\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ca\n" +"X-Crowdin-File-ID: 4\n" +"Language: ca_ES\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/cs-CZ.po b/rubycore/locales/cs-CZ.po new file mode 100644 index 0000000..5710fab --- /dev/null +++ b/rubycore/locales/cs-CZ.po @@ -0,0 +1,4717 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Czech\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: cs\n" +"X-Crowdin-File-ID: 4\n" +"Language: cs_CZ\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Příkazy pro rozhraní s Red cog manažerem." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Vypíše aktuální cesty cogů v pořadí podle priority.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Instalační cesta: {install_path}\n" +" Umístění jádra bota: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Přidat cestu k seznamu dostupných cest cogů\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Tato cesta neexistuje nebo neodkazuje na platný adresář." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Cesta úspěšně přidána." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +"Odebere jednu nebo více cest z dostupných ozubených drah daných 'path_numbers' z '[p]paths'. " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Následující cesty byly odstraněny: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Následující čísla cest neexistovala: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Interně přeuspořádá cesty pro nalezení jiných cogů.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Neplatný index 'from'." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Neplatný index 'to'." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Cesty byly uspořádány." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" Vrátí aktuální instalační cestu nebo ji nastaví, pokud je zadáno.\n\n" +" Poskytnutá cesta musí být absolutní nebo relativní k adresáři a musí již existovat.\n\n" +" V procesu nebudou přenášeny žádné instalované cogy.\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Taková cesta neexistuje." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot nainstaluje nové cogs do adresáře `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Seznam všech načtených a dostupných cogs.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} načteno:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} odnačteno:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Chcete-li tento problém vyřešit, musíte provést jedno z tohoto:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Zkontrolujte, zda volající není botem" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Uživatel je bot, což mu brání v spuštění jakéhokoli příkazu." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Toto nelze opravit - boti by neměli poslouchat ostatní boty." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Zkontrolujte, zda bot může odesílat zprávy v daném kanálu" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Chcete-li tento problém vyřešit, odstraňte pauzu z bota." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Bot nemá oprávnění k odesílání zpráv v daném kanálu." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Chcete-li tento problém vyřešit, ujistěte se, že nastavení oprávnění umožňuje botovi odesílat zprávy dle hierarchie rolí Discordu:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Zkontrolujte, zda kanál a server nejsou ignorovány" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Pro nápravu tohoto problému zkontrolujte seznam vrácen z příkazu {command} a ujistěte se, že kanál {thread} a server nejsou součástí tohoto seznamu." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Pro nápravu tohoto problému zkontrolujte seznam vrácen z příkazu {command} a ujistěte se, že kanál {channel} a server nejsou součástí tohoto seznamu." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Chcete-li tento problém vyřešit, zkontrolujte seznam vrácen příkazem {command} a ujistěte se, že vlákno {thread} , jeho nadřazený kanál, kategorie kanálu, do kterého patří ({channel_category}), a server není součástí tohoto seznamu." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Pro nápravu tohoto problému zkontrolujte seznam vrácen z příkazu {command} a ujistěte se, že kanál {channel}, kategorie kanálu ({channel_category}) a server nejsou součástí tohoto seznamu." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Bot je nastaven na ignorování příkazů v daném kanálu nebo tomto serveru." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Globální seznam povolených uživatelů zabraňuje uživateli spustit tento příkaz." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Chcete-li tento problém vyřešit, můžete buď přidat uživatele do seznamu povolených uživatelů, nebo kompletně tento seznam vymazat.\n" +"Pokud chcete seznam povolených zachovat, můžete spustit {command_1}, který přidá {user} do seznamu.\n" +"Pokud místo toho chcete vymazat seznam povolených a nechat všechny uživatele spouštět příkazy, můžete provést příkaz {command_2}." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Globální seznam zakázaných uživatelů zabraňuje uživateli spustit tento příkaz." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Chcete-li tento problém vyřešit, můžete buď odebrat uživatele ze seznamu zakázaných uživatelů, nebo kompletně tento seznam vymazat.\n" +"Pokud chcete seznam zakázaných zachovat, můžete spustit {command_1}, který odebere {user} ze seznamu.\n" +"Pokud místo toho chcete vymazat seznam zakázaných a nechat všechny uživatele spouštět příkazy, můžete provést příkaz {command_2}." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Místní seznam povolených zabraňuje uživateli spustit tento příkaz." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Chcete-li tento problém vyřešit, můžete buď odebrat uživatele ze seznamu zakázaných uživatelů, nebo kompletně tento seznam vymazat.\n" +"Pokud chcete seznam zakázaných zachovat, můžete spustit {command_1}, který odebere {user} ze seznamu.\n" +"Pokud místo toho chcete vymazat seznam zakázaných a nechat všechny uživatele spouštět příkazy, můžete provést příkaz {command_2}." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Globální kontroly" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Cog kontrola" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Kontroly příkazů" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Ověření oprávnění" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Cog daného příkazu je v tomto serveru zakázán." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Chcete-li tento problém vyřešit, můžete spustit {command}, který v tomto serveru zapne {affected_cog} cog." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Bot postrádá některá oprávnění kanálu ({permissions}) vyžadovaná cogem {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Bot postrádá některá oprávnění kanálu ({permissions}) vyžadovaná příkazem {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Chcete-li tento problém vyřešit, udělte botovi potřebná oprávnění prostřednictvím nastavení role nebo nastavením opravnění kanálu." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Jiné problémy týkající se oprávnění." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Fatální chyba: V oprávněních pro cog {cog} je problém, ale nejsme schopni určit přesnou příčinu." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Fatální chyba: V oprávněních pro příkaz {command} je problém, ale nejsme schopni určit přesnou příčinu." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Toto je neočekávaná chyba, prosím pokud můžete, nahlaste ji na issue trackeru Red bota." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Ujistěte se zda není příkaz pouze vlastníkem bota" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "Příkaz je pouze pro vlastníka bota a daný uživatel není majitelem bota." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "To nelze opravit - běžní uživatelé nemohou použít příkazy pouze vlastníka bota." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Oprávnění háčků" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Zkontrolujte, zda je příkaz zakázán" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "Daný příkaz je globálně zakázán." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Prošlo" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Selhalo" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Zjištěný problém: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Řešení: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Zde je podrobná zpráva pro případ, že ji budete potřebovat:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Kanál: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Volající příkazu: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Příkaz:" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Testy, které byly provedeny:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Nelze zaplatit za tento příkaz v DM bez globální banky." + +#: redbot/core/bank.py:1067 +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 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instanci Red bota vlastní" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Verze Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Ano, {version} je k dispozici." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Selhala kontrola aktualizací." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Zastaralé" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "O této instanci bota" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "O Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Přináší radost od 02 Ledna 2016 (již {} dní!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Tento bot je instancí Red, open source Discord bot (1) vytvořený Twentysix (2) a vylepšený mnoha ostatními (3).\n\n" +"Red je podporován vášnivou komunitou, která přispívá a vytváří obsah pro užívání všemi. Přidejte se k nám dnes (4) a pomozte nám vše ještě vylepšit!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instanci vlastní tým: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red verze: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instanci vlastní: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red verze: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Zastaralá verze: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**O Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**O této instanci bota**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Odkazy**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Zobrazuje čas vzhůru bota [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Méně než vteřina." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "povoleno" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "zakázáno" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Vypršel časový limit odpovědi." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Dobře. Sbohem :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Načteno {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Znovu načteno {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Vypínání... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Restartování..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Základní příkaz pro bankovní nastavení." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Zobrazí aktuální nastavení banky." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Jméno banky: {bank_name}\n" +"Rozsah banky: {bank_scope}\n" +"Měna: {currency_name}\n" +"Výchozí zůstatek: {default_balance}\n" +"Maximalní povolený zůstatek: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Určuje, zda je banka globální nebo ne.\n\n" +" Pokud je banka globální, stane se na každém serveru.\n" +" Pokud je banka na serveru, stane se globální.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "na server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globální" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Toto zapne banku na {banktype}, smaže všechny účty v procesu! Pokud jste si jisti, napište `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Banka je nyní {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Nastavit název banky." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Název banky byl nastaven na: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Nastavte název měny banky." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Název měny byl nastaven na: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Nastavte maximální zůstatek, který může uživatel získat." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Částka musí být větší než nula a menší než {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maximální zůstatek byl nastaven na: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Popis obnoven." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Hotovo." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Nemám oprávnění ke změně své přezdívky." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "Vlastní text byl vymazán." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Vlastní text byl nastaven." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Stav změněn na {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "Tato role je již administrátorskou rolí." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Tato role je již moderátorská role." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Tato role je nyní považována za moderátorskou roli." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Tato role již není považována za administrátorskou roli." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Tato role již není považována za administrátorskou roli." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Jazyk byl nastaven." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service} API tokeny byly nastaveny." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "Neznámý kanál s id: {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "nebude" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "bude" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Barva byla resetována." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Barva byla nastavena." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Zrušeno." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefix příkazů nastaven." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "Help nebude používat stránkovaná menu." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "Pomoc bude filtrovat skryté příkazy." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Hotovo. Limit znaků na stránku byl nastaven na {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID uživatele: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "prostřednictvím DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "od {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID serveru: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Použijte `{}dm {} ` pro odpověď tomuto uživateli" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Odesláno od {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "Byl jsem nakonfigurován, abych ho nikam neodeslal." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Vaše zpráva byla odeslána." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Nemohu doručit vaši zprávu. Omlouváme se." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Vlastník {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Na tuto zprávu můžete odpovědět {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Omlouvám se, ale nepodařilo se mi doručit vaši zprávu na {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Zpráva byla doručena uživateli {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Vypíše datovou cestu bota." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Cesta k datům: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Tento příkaz je již globálně vypnutý." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "Nemáš dovoleno tento příkaz zakázat." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Již přidáno." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Není v seznamu." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Kanál přidán do seznamu ignorovaných." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Kanál je již v seznamu ignorovaný." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Tento server byl přidán do ignorovaného seznamu." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Tento server je již ignorován." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Kanál byl odebrán ze seznamu ignorovaných." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Tento kanál není v seznamu ignorovaných." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Tento server byl odebrán z ignorovaného seznamu." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Tento server není v seznamu ignorovaných." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Žádný" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "Ukončování." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Případ #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Důvod:** Použijte příkaz `reason` pro přidání" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Neznámý" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "Důvod:" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderátor" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Až do" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Doba trvání" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Kanál" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Zmínil(a)" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Naposledy upraveno" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/da-DK.po b/rubycore/locales/da-DK.po new file mode 100644 index 0000000..f2eba26 --- /dev/null +++ b/rubycore/locales/da-DK.po @@ -0,0 +1,4684 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Danish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: da\n" +"X-Crowdin-File-ID: 4\n" +"Language: da_DK\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Kommandoer til grænseflade med Red's cog bestyrer." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Lister aktuelle cog stier i prioriteret rækkefølge.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Installer Sti: {install_path}\n" +"Kerne Sti: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Tilføj en sti til listen over tilgængelige cog stier.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Denne sti findes ikke eller peger ikke på en gyldig mappe." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Stien er tilføjet." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Genbestiller stier internt for at tillade opdagelse af forskellige cogs.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Ugyldigt 'fra' indeks." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Ugyldigt 'til' indeks." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Stier genbestilt." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Den sti findes ikke." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Botten vil installere nye cogs til `{}` mappen." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Lister alle indlæste og tilgængelige cogs.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} indlæst:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} aflæst:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Kan ikke betale for denne kommando i PB uden en global bank." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Kommando {command_name} er allerede en eksisterende kommando eller alias i en af de indlæste cogs." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Denne bot er et instans af [Red, an open source Discord bot]({}) lavet af [Twentysix]({}) og [forbedret af mange]({}).\n\n" +"Red bakkes op af et lidenskabeligt fællesskab, der bidrager og skaber indhold, som alle kan nyde. [Tilmeld dig i dag]({}) og hjælp os med at forbedre!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instans ejet af" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "aktiveret" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "deaktiveret" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Færdig." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/de-DE.po b/rubycore/locales/de-DE.po new file mode 100644 index 0000000..5e233e6 --- /dev/null +++ b/rubycore/locales/de-DE.po @@ -0,0 +1,5030 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: German\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File-ID: 4\n" +"Language: de_DE\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Befehle um Red's Cog Manager zu bedienen." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Listet aktuelle Cog Pfade nach Priorität sortiert auf.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Installationspfad: {install_path}\n" +"Core Pfad: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Füge einen Pfad zur Liste der verfügbaren Cog Pfade hinzu.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Dieser Pfad existiert nicht oder zeigt nicht auf ein gültiges Verzeichnis." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "Ein Cog Pfad kann nicht Teil des Bots Datenpfad sein ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "Ein Cog Pfad kann nicht Teil des Bots Kernpfades sein ({core_path})." + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "Der angegebene Pfad scheint ein Cog-packet zu sein bist du sicher, dass dies der Pfad ist, den du als **Cog-Pfad** hinzufügen möchtest?\n\n" +"Zum Beispiel solltest du im folgenden Fall den {path} als **Cog-Pfad** hinzufügen:\n" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "\n" +"Bitte konsultieren Sie die UI-Dokumentation des Cog Managers, falls Sie nicht sicher sind: " + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "Okay, der Pfad wird nicht hinzugefügt." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Pfad erfolgreich hinzugefügt." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" Entfernt einen oder mehrere Pfade aus den verfügbaren Cog-Pfaden mit den `path_numbers` von `[p]paths`.\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Die folgenden Pfade wurden entfernt: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Die folgenden Pfadnummern haben nicht existiert: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Ordnet Pfade intern neu um andere cogs entdecken zu können.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Ungültiger 'from' index." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Ungültiger 'to' index." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Pfade wurden neu geordnet." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" Gibt den aktuellen Installationspfad zurück oder setzt ihn, wenn er angegeben wird.\n\n" +" Der angegebene Pfad muss absolut oder relativ zum Verzeichnis\n" +" des Bots sein und muss bereits existieren.\n\n" +" In diesem Prozess werden keine installierten Cogs übertragen.\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Dieser Pfad existiert nicht." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Der bot wird neue cogs in das Verzeichnis {} installieren." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Listet alle geladenen und verfügbaren cogs auf.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} geladen.**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} nicht geladen.**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Um dieses Problem zu beheben, musst du eines hiervon tun:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Überprüfe, ob der Befehlsbenutzer kein Bot ist" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Der Benutzer ist ein Bot, der ihn daran hindert, jeden Befehl auszuführen." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Das kann nicht behoben werden - Bots sollten nicht auf andere Bots hören." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Prüft, ob der Bot Nachrichten im angegebenen Kanal senden kann" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Der Bot hat in diesem Kanal einen Time-Out." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Um das Problem zu beheben, entferne den Timeout vom Bot." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Der Bot hat nicht die Berechtigung, Nachrichten im angegebenen Kanal zu senden." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Um dieses Problem zu beheben, stelle sicher, dass das Berechtigungs-Setup es dem Bot erlaubt, Nachrichten übers Discord's Rollenhierarchie zu senden:\n" +"https://support.discord.com/hc/de/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Überprüfe, ob Kanal und Server nicht ignoriert werden" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Um dieses Problem zu beheben, überprüfen Sie die Liste des {command} Befehls und stellen Sie sicher, dass der {thread} Thread sein übergeordneter Kanal, und der Server nicht Teil dieser Liste sind." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Um dieses Problem zu beheben, überprüfe die vom Befehl {command} zurückgegebene Liste und stelle sicher, dass der Kanal {channel} und der Server nicht Teil dieser Liste sind." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Um dieses Problem zu beheben, überprüfen Sie die Liste des {command} Befehls und stellen Sie sicher, dass der {thread} Thread sein übergeordneter Kanal, die Kanalkategorie, zu der er gehört ({channel_category}), und der Server nicht Teil dieser Liste sind." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Um dieses Problem zu beheben, überprüfe die vom {command} -Befehl zurückgegebene Liste und stelle sicher, dass der {channel} Kanal die Kanalkategorie, zu der sie gehört ({channel_category}), und der Server ist nicht Teil dieser Liste." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Der Bot ignoriert Befehle im angegebenen Kanal oder diesem Server." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Globale Berechtigungsliste hindert den Benutzer daran, diesen Befehl auszuführen." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Um dieses Problem zu beheben, kannst du entweder den Benutzer zur Berechtigungsliste hinzufügen oder die Berechtigungsliste löschen.\n" +"Wenn du die Zulassungsliste behalten möchtest, kannst du {command_1} ausführen, die {user} zur Zulassungsliste hinzufügen.\n" +"Wenn du stattdessen die Berechtigungsliste löschen und alle Benutzer die Befehle frei ausführen lassen möchten, kannst du {command_2} ausführen, um dies zu tun." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Globale Berechtigungsliste hindert den Benutzer daran, diesen Befehl auszuführen." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Um dieses Problem zu beheben, kannst du entweder den Benutzer zur Berechtigungsliste hinzufügen oder die Berechtigungsliste löschen.\n" +"Wenn du die Zulassungsliste behalten möchtest, kannst du {command_1} ausführen, die {user} zur Zulassungsliste hinzufügen.\n" +"Wenn du stattdessen die Berechtigungsliste löschen und alle Benutzer die Befehle frei ausführen lassen möchten, kannst du {command_2} ausführen, um dies zu tun." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Lokale Berechtigungsliste hindert den Benutzer daran, diesen Befehl auszuführen." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Um dieses Problem zu beheben, kannst du entweder den Benutzer zur Berechtigungsliste hinzufügen oder die Berechtigungsliste löschen.\n" +"Wenn du die Zulassungsliste behalten möchtest, kannst du {command_1} ausführen, die {user} zur Zulassungsliste hinzufügen.\n" +"Wenn du stattdessen die Berechtigungsliste löschen und alle Benutzer die Befehle frei ausführen lassen möchten, kannst du {command_2} ausführen, um dies zu tun." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Lokale Berechtigungsliste hindert den Benutzer daran, diesen Befehl auszuführen." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Um dieses Problem zu beheben, kannst du entweder den Benutzer zur Berechtigungsliste hinzufügen oder die Berechtigungsliste löschen.\n" +"Wenn du die Zulassungsliste behalten möchtest, kannst du {command_1} ausführen, die ({roles}) zur Zulassungsliste hinzufügen.\n" +"Wenn du stattdessen die Berechtigungsliste löschen und alle Benutzer die Befehle frei ausführen lassen möchten, kannst du {command_2} ausführen, um dies zu tun." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Um dieses Problem zu beheben, kannst dz entweder den Benutzer und seine Rollen von der lokalen Sperrliste entfernen oder die lokale Sperrliste löschen.\n" +"Wenn Sie die lokale Sperrliste behalten möchten, kannst du {command_1} ausführen, das {user} und seine Rollen ({roles}) aus der lokalen Blockliste entfernt.\n" +"Wenn du stattdessen die lokale Sperrliste löschen möchten und alle Benutzer die Befehle frei ausführen lassen möchten, kannst du {command_2} ausführen, um dies zu tun." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Um dieses Problem zu beheben, kannst du entweder den Benutzer zur Berechtigungsliste hinzufügen oder die Berechtigungsliste löschen.\n" +"Wenn du die Zulassungsliste behalten möchtest, kannst du {command_1} ausführen, die {user} zur Zulassungsliste hinzufügen.\n" +"Wenn du stattdessen die Berechtigungsliste löschen und alle Benutzer die Befehle frei ausführen lassen möchten, kannst du {command_2} ausführen, um dies zu tun." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Erlaube und Sperrlisten-Prüfungen" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Globale, Cog- und Befehlsprüfung" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Dieser Befehl ist in dieser Gilde deaktiviert." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Einer der Eltern des angegebenen Befehls ist global deaktiviert." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Um dieses Problem zu beheben, kannst du {command} ausführen, welches den {affected_command} Befehl in dieser Gilde aktiviert." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Andere Probleme sind im Zusammenhang mit den Prüfungen" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Es gibt ein Problem im Zusammenhang mit den Prüfungen für {command}, aber wir sind nicht in der Lage, die genaue Ursache zu ermitteln." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Um dieses Problem zu beheben, ist eine manuelle Überprüfung der globalen, cog und command Prüfungen erforderlich." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Globale Prüfungen" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Eine der globalen Prüfungen für den Befehl {command} schlug mit einer Nachricht fehl:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Eine der globalen Prüfungen für den Befehl {command} schlug mit einer Nachricht fehl." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Cog-Check" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "Der Cog-Check für den Befehl {command} ist mit folgender Meldung fehlgeschlagen:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "Der Cog-Check für den Befehl {command} ist ohne Meldung fehlgeschlagen." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Befehls-Check" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Eine der Befehls-Checks für den Befehl {command} ist mit folgender Meldung fehlgeschlagen:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Eine der Befehls-Checks für den Befehl {command} ist ohne Meldung fehlgeschlagen." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Überprüfung der Berechtigungen" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "Verifizierung der Cog Berechtigungen" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Das Cog des angegebenen Befehls ist auf diesem Server deaktiviert." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Um dieses Problem zu beheben, kannst du {command} ausführen, der das {affected_cog} Cog auf diesem Server aktiviert." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Dem Bot fehlen einige der Kanalberechtigungen ({permissions}), die für das {cog} Cog erforderlich sind." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Dem Bot fehlen einige der Kanalberechtigungen ({permissions}), die für den Befehl {command} erforderlich sind." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Um dieses Problem zu beheben, erteile dem Bot die erforderlichen Berechtigungen über Rolleneinstellungen oder Kanal-Berechtigungen." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Andere Probleme im Zusammenhang mit den Berechtigungen." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Schwerwiegender Fehler: Es gibt ein Problem mit den Berechtigungen für das Cog {cog}, aber wir sind nicht in der Lage, die genaue Ursache zu bestimmen." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Schwerwiegender Fehler: Es gibt ein Problem mit den Berechtigungen für den Befehl {command}, aber wir sind nicht in der Lage, die genaue Ursache zu bestimmen." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Dies ist ein unerwarteter Fehler, bitte melde ihn in Red's issue tracker." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Vergewisser dich, dass der Befehl nicht nur vom Botbesitzer genutzt werden kann" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "Der Befehl gilt nur für Bot-Besitzer und der angegebene Benutzer ist kein Bot-Besitzer." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Dies kann nicht behoben werden - normale Benutzer können keine Befehle ausführen, die nur von Bot-Besitzer genutzt werden können." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Berechtigungs-Hooks" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Schwerwiegender Fehler: Das Ergebnis von Berechtigungs-Hooks ist inkonsistent." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "Um dieses Problem zu beheben, ist eine manuelle Überprüfung des installierten Cogs erforderlich." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "Der Zugriff wurde durch einen der Berechtigungs-Hook des Bots verweigert." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Discord-Berechtigungen des Benutzers, Privileg stufe und Regeln aus dem Berechtigungs Cog" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "Der Zugriff wurde aufgrund der Regeln für das {cog} Cog mit Berechtigungs Cog verweigert." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "Der Zugriff wurde aufgrund der Regeln für den {command} Befehl mit Berechtigungs Cog verweigert." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "Um das Problem zu beheben, ist eine manuelle Überprüfung der Regeln erforderlich." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Beim {cog} cog ist ein Problem mit Zusammenhang der Berechtigung aufgetreten. Es konnte aber nicht der genaue Grund festgestellt werden." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Beim {command} command ist ein Problem mit Zusammenhang der Berechtigung aufgetreten. Es konnte aber nicht der genaue Grund festgestellt werden." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "Um das Problem zu beheben, ist eine manuelle Überprüfung des Befehls erforderlich." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Berechtigungsüberprüfung" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "Der Zugriff wurde verweigert von einer Berechtigungsüberprüfung von {cog} cog." + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "Der Zugriff wurde verweigert von einer Berechtigungsüberprüfung vom {command} Befehl." + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "Um dieses Problem zu beheben, ist eine manuelle Überprüfung der Berechtigungsprüfungen erforderlich." + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "Benutzers discord Berechtigungen und Privilegien" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "erteilen Sie dem Benutzer die erforderlichen Berechtigungen durch Rolleneinstellungen oder Kanalüberschreibungen" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Dem Nutzer fehlen ein paar Channel Berechtigung ({permissions}) die vom {cog} cog benötigt werden." + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Dem Nutzer fehlen ein paar Channel Berechtigung ({permissions}) die vom {command} Befehl benötigt werden." + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "der Gildenbesitzer" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "die Mod-Rolle" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "die Adminrolle" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "weise dem Benutzer Entsprechende Rollen zu" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "Dem Benutzer fehlt die vom {cog} Cog benötigte Berechtigungsstufe ({privilege_level})." + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "Dem Benutzer fehlt die vom {command} Befehl benötigte Berechtigungsstufe ({privilege_level})." + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "füge geeignete Regeln im Berechtigungscog hinzu" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "Der Benutzer hat weder die Kanalrechte ({permissions}) noch die vom {cog} cog benötigte Berechtigungsstufe ({privilege_level})." + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "Der Benutzer hat weder die Kanalrechte ({permissions}) noch die Berechtigungsstufe ({privilege_level}) die vom {command} Befehl benötigt wird." + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "Prüfung und Verifikation der Berechtigungen für den Befehl {command}" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Andere Befehlsprüfungen" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "Der angegebene Befehl schlägt bei einer der erforderlichen Prüfungen fehl." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "Um dieses Problem zu beheben, ist eine manuelle Überprüfung der Befehlsüberprüfungen erforderlich." + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "Globale \"einmal aufrufen\" Überprüfungen" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "Andere globale \"einmal aufrufen\" Überprüfungen" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "Eine der globalen \"einmal aufrufen\"-Prüfungen, die von einem 3rd-party Cog durchgeführt werden, verhindert die Ausführung dieses Befehls." + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Überprüfung, ob der Befehl deaktiviert ist" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "Um dieses Problem zu beheben, können Sie {command} ausführen, der den {affected_command} -Befehl global aktiviert." + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "Der angegebene Befehl ist global deaktiviert." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Überprüfungen und Berechtigungsverifikation" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Bestanden" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Fehlgeschlagen" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "Alle Prüfungen wurden bestanden, und es wurden keine Probleme festgestellt. Stelle sicher, dass die angegebenen Parameter mit dem Kanal, dem Benutzer und dem Befehlsnamen übereinstimmen, die problematisch waren.\n\n" +"Wenn Sie immer noch das Problem nicht finden können, ist es wahrscheinlich, dass eines der von Ihnen verwendeten 3rd-party-Cogs einen globalen oder cogspezifischen Vor-Aufruf-Hook hinzufügt, der verhindert, dass der Befehl aufgerufen wird. Dies kann mit diesem Tool nicht diagnostiziert werden." + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "Der Bot war in der Lage, das Problem zu identifizieren." + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Erkannte Probleme: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Lösung: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Hier ist ein detaillierter Bericht, falls du ihn benötigst:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Kanal: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Nutzer der Befehls: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Befehl: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Tests, die ausgeführt wurden:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Deine Red Instanz ist veraltet! {} ist die aktuelle Version, aber du benutzt {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Normalerweise kannst du zum Updaten den folgenden Befehl verwenden. Er berücksichtigt dein Betriebssystem sowie die meisten anderen Umgebungsfaktoren. **Dennoch empfehlen wir dir die aktualisierte Anleitung unter <{docs}> anzuschauen um sicherzugehen, dass du beim Updaten auf nicht anderes achten musst.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"Du hast Python `{py_version}` aber dieses Update benötigt `{req_py}`. Du kannst nicht einfach den Update-Befehl ausführen.\n\n" +" Besuche die Anleitung unter dem obigen Link und folge den dort aufgeführten Schritten. Wenn du weitere Hilfe beim Updaten benötigst schau im #support Kanal in vorbei" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "\n\n" +"Um deinen Bot zu aktualisieren, schalte ihn zuerst aus. Öffne dann ein Fenster der {console} (nicht als Administrator) und führe folgendes aus: {command_1}\n" +"Nachdem du deinen Bot wieder gestartet hast, empfehlen wir, alle installierten 3rd-party-Cogs mit diesem Befehl in Discord zu aktualisieren: {command_2}" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "die Windows-Eingabeaufforderung(CMD)" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Terminal" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` ist kein gültiger Wert für `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "Argument `{parameter_name}` muss eine positive integer sein." + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "Argument `{parameter_name}` muss ein integer sein und darf nicht mehr als {maximum} sein." + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "Argument `{parameter_name}` muss ein integer sein und nicht weniger als {minimum} sein." + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "Argument `{parameter_name}` muss eine integer zwischen {minimum} und {maximum} sein." + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "Argument `{parameter_name}` muss eine positive Zahl sein." + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "Argument `{parameter_name}` muss eine Zahl und darf nicht mehr sein als {maximum}." + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "Argument `{parameter_name}` muss eine Zahl und nicht weniger als {maximum} sein." + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "Argument `{parameter_name}` muss eine Zahl zwischen {minimum} und {maximum} sein." + +#: 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 "Argument `{parameter_name}` muss ein String mit einer Länge von nicht mehr als {maximum} sein." + +#: 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 "Argument `{parameter_name}` muss ein String mit einer Länge von nicht weniger als {minimum} sein." + +#: 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 "Argument `{parameter_name}` muss ein String mit einer Länge von zwischen {minimum} und {maximum} sein." + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "Argument `{parameter_name}` muss eine Zahl und nicht weniger als {minimum} sein." + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "\"{argument}\" ist kein integer." + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "\"{argument}\" ist keine Zahl." + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "Fehler im Befehl '{command}'. Überprüfen Sie Ihre Konsole oder Protokolle für Details." + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "Fehler im Befehl '{command}'." + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "Ich benötige die Berechtigung {permission}, um diesen Befehl auszuführen." + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "Ich benötige folgende Berechtigungen, um diesen Befehl auszuführen: {permission_list}" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "Dieser Befehl ist nicht in Direktnachrichten verfügbar." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Dieser Befehl kann nur in Direktnachrichten genutzt werden." + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "Dieser Befehl ist nur in NSFW-Kanälen verfügbar." + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "Dieser Befehl ist auf Abklingzeit. Versuche es erneut {relative_time}." + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "Zu viele Personen verwenden diesen Befehl. Er kann nur gleichzeitig {number} Mal verwendet werden." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "Zu viele Benutzer, die diesen Befehl verwenden. Er kann nur einmal gleichzeitig verwendet werden." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Dieser Befehl ist noch in Bearbeitung. Er kann pro {type} nur gleichzeitig {number} Mal verwendet werden." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Dieser Befehl ist noch in Bearbeitung. Er kann pro {type} nur einmal gleichzeitig verwendet werden." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "Zu viele Personen benutzen diesen command. Er kann nur {number} Mal pro {type} verwendet werden." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "Zu viele Personen verwenden diesen Befehl. Er kann nur einmal gleichzeitig pro {type} verwendet werden." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Dieser Befehl kann ohne eine globale Bank nicht in den Direktnachrichten bezahlt werden." + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "Sie benötigen mindestens {cost} {currency} um diesen Befehl zu verwenden." + +#: redbot/core/bot.py:2482 +msgid "There is still one message remaining. Type {command_1} to continue or {command_2} to upload all contents as a file." +msgstr "Es bleibt noch eine Nachricht übrig. Geben Sie {command_1} ein, um fortzufahren oder {command_2}, um alle Inhalte als Datei hochzuladen." + +#: redbot/core/bot.py:2487 +msgid "There are still {count} messages remaining. Type {command_1} to continue or {command_2} to upload all contents as a file." +msgstr "Es bleiben noch {count} Nachrichten. Geben Sie {command_1} ein, um fortzufahren oder {command_2}, um alle Inhalte als Datei hochzuladen." + +#: redbot/core/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} ist ein bereits existierender Befehl oder Alias in einem der geladenen Cogs." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Befehl {command_name}, ist ein bereits existierender Befehl oder Alias in einem der geladenen cogs." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Der Basis Cog hat viele Befehle die sich auf Grundfunktionen beziehen.\n\n" +" Diese Befehle sind bei jedem Red Bot standardmässig geladen und decken die Grundlegende Nutzung des Bots ab.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "Zeigt Information über [botname]." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Dieser Bot ist eine Instanz von [Red, ein open source Discord bot]({}) erstellt von [Twentysix]({}) und [von vielen verbessert]({}).\n\n" +"Red wird von einer aktiven Community unterstützt, welche sich am Code beteiligt und Inhalte für andere erstellt. [Werde auch du ein Teil der Community]({}) und hilf uns noch besser zu werden!\n\n" +"(C) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Diese Instanz gehört einem Team" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Diese Instanz gehört" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red Version" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Ja, {version} ist verfügbar." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Die Suche nach einem Update ist fehlgeschlagen." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Veraltet" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Über diese Instanz" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Über Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Freude seit 02. Jan 2016 (vor {} Tagen!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Dieser Bot ist eine Instanz von Rot, einem Open-Source-Discord Bot (1) erstellt von Twentysix (2) und verbessert von vielen (3).\n\n" +"Red wird von einer leidenschaftlichen Community unterstützt, welche sich am Code beteiligt und Inhalte schafft, die jeder genießen kann. Werde auch du ein Teil der Cimmunity (4) und huns noch besser zu werden!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Diese Instanz gehört Team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red Version: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instanz im Besitz von: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red Version: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Veraltet: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Über Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Über diese Instanz**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Referenzen**\n" +"1. <{}>\n" +"2. <{}>\n\n" +" 3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Zeigt die Laufzeit von [botname] an." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Weniger als eine Sekunde." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "Ich laufe seit: **{time_quantity}** (seit {timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Befehle, die mit den Daten interagieren, die [botname] über dich hat.\n\n" +" Mehr Informationen können in der [End User Data Documentation] (https://docs.discord.red/en/stable/red_core_data_statement.html) gefunden werden.\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "\n" +" Finde heraus, welche Art von Daten [botname] speichert und warum.\n\n" +" **Beispiel:**\n" +" - `[p]mydata whatdata`\n" +" " + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Für die nötige Funktionalität speichert dieser Bot speichert einige Daten über Benutzer. Hierbei handelt es sich i.d.R. um die ID, welche Discord dem Benutzer zuweist und mit verschiedensten Dingen verbunden ist, abhängig davon wie du mit dem Bot interagierst. Es gibt ein paar Befehle welche diese speichern um nachvollziehen zu können wer etwas erstellt hat (zum Beispiel Playlists). Für weitere Informationen und ausführliche Details was gespeichert wird und warum, rufe bitte {link} auf.\n\n" +"Darüber hinaus kann es sein, dass 3rd-party Erweiterungen, die der Bot Besitzer installiert, zusätzliche Daten speichert oder nicht. Du kannst `{prefix}mydata 3rdparty` verwenden um hierzu Angaben der jeweiligen 3rd Party Erweiterung einzusehen." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "Zeigt die Endbenutzer Daten-Erklärung jedes 3. Anbieter Moduls an.\n\n" +" Dies wird einen Anhang mit den Endbenutzer Daten-Erklärungen jedes geladenen 3. Anbieter Cogs senden.\n\n" +" **Beispiel:**\n" +" - `[p]mydata 3rdparty`\n" +" " + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Ich muss in der Lage sein Dateien anzuhängen (versuche es in den Direktnachrichten?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Diese Instanz scheint keine 3rd-party Erweiterung geladen zu haben." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "3rd party Endbenutzer Daten Angaben" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Nachfolgendes sind Angaben der 3rd-party Erweiterungen." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "3rd-party Erweiterungen ohne Angaben\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Hier ist eine erstellte Seite mit den Angaben der 3rd-party Erweiterungen." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Keine Bestätigung erhalten, breche ab." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Keine passende Bestätigung erhalten, breche ab." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "\n" +" Lass [botname] vergessen, was er über Sie weiß.\n\n" +" Dies wird unter Umständen nicht alle Daten über dich entfernen. Daten die zum weiteren Betrieb benötigt werden,\n" +" wie zum Beispiel Abklingzeiten von Befehlen, werden so lange weiterhin gespeichert bleiben, bis diese nicht mehr benötigt werden.\n\n" +" Weitere Interaktionen mit [botname] führen unter Umständen dazu, dass der Bot erneut Dinge über dich lernt.\n\n" +" **Beispiel:**\n" +" - `[p]mydata forgetme`\n" +" " + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Dieser Befehl ({command}) unterstützt keine nicht-interaktive Verwendung." + +#: 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 "Dies wird den Bot veranlassen Daten von dir zu entfernen und/oder zu trennen. Es wird keine für den Betrieb notwendigen Daten, wie etwa modlog Einträge, Warnungen oder Stummschaltungen entfernen. Wenn du dir sicher bist, dass du dies möchtest, antworte bitte wie folgt:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Dies kann einige Zeit dauern." + +#: 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 "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ich weiß wie man sie löscht) zu löschen {mention}, jedoch geben folgende Module Fehler aus: {modules}. Außerdem geben folgende cogs Fehler aus: {cogs}.\n" +"Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: 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 "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ich weiß wie man sie löscht) zu löschen {mention}, jedoch geben folgende cogs Fehler aus: {cogs}.\n" +"Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: 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 "Ich habe versucht alle nicht-funktionalen Daten über dich (von denen ich weiß wie man sie löscht) zu löschen {mention}, jedoch geben folgende Module Fehler aus: {modules}.\n" +"Bitte kontaktiere den Besitzer des Bots und weise darauf hin.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "Ich habe alle nicht-funktionalen Daten über dich (von denen ich weiß wie man sie löscht) gelöscht {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 "{mention} Die folgenden cogs konnten nicht gelöscht werden:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[Bald Verfügbar] Rufe ab, welche Daten [botname] über dich gesammelt hat." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Dieser Befehl führt derzeit nichts aus, aber wir arbeiten daran das es unterstützt wird." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Befehle für vollständigere Datenverarbeitung.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "\n" +" Erlaube es Benutzern das Löschen von gesammelten Daten anzufordern.\n\n" +" Diese Funktion ist standardmäßig aktiviert.\n" +" Gegenteil von `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Beispiel:**\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 "Benutzer können ihre eigenen Daten löschen. Dies beinhaltet keine funktionalen Daten wie blockierte Benutzer." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "\n" +" Verweigere es Benutzern das Löschen von gesammelten Daten anzufordern.\n\n" +" Gegenteil von `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Beispiel:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "Benutzer kann seine eigenen Daten nicht löschen." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "\n" +" Legt fest, wie Benutzerlöschungen verarbeitet werden.\n\n" +" **Beispiel:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Argumente:**\n" +" - `` - Das Level für die Löschung der Benutzerdaten. Siehe Anleitung weiter unten.\n\n" +" Level:\n" +" - `0`: Was Benutzer löschen können, ist abhängig vom jeweiligem Cog.\n" +" - `1`: Cogs sollten alles löschen, was für den Benutzer nicht benötigt wird.\n" +" " + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Cogs werden angewiesen, auf Anfrage des Benutzers alle nicht-funktionalen Daten zu entfernen." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Es wird den Cogs mitgeteilt, dass ein Benutzer eine Anfrage zum Löschen von Daten gestellt hat und die Details darüber was zu löschen ist, wird der Entscheidung des Cog Erstellers überlassen." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "\n" +" Eine Löschanfrage von Discord bearbeiten.\n\n" +" Dadurch wird der Bot alle Daten von der angegebenen Benutzer-ID entfernen.\n" +" Du solltest diese Funktion nicht verwenden, es sei denn, Discord hat dies speziell für einen gelöschten Benutzer angefordert.\n" +" Dadurch werden die Daten des Benutzers von verschiedenen Maßnahmen zur Missbrauchsbekämpfung entfernt.\n" +" Wenn du eine manuelle Anfrage eines Benutzers bearbeitest, solltest du `[p]mydata ownermanagement deleteforuser` stattdessen verwenden.\n\n" +" **Argumente:**\n" +" - `` - Die ID des Benutzers, dessen Daten gelöscht werden sollen.\n" +" " + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Dadurch wird der Bot alle Daten von der angegebenen Benutzer-ID entfernen. Du solltest diese Funktion nicht verwenden, es sei denn, Discord hat dies speziell für einen gelöschten Benutzer angefordert. Dadurch werden die Daten des Benutzers von verschiedenen Maßnahmen zur Missbrauchsbekämpfung entfernt. Wenn du eine manuelle Anfrage eines Benutzers verarbeitest, solltest du `{prefix}{command_name}` stattdessen verwenden.\n\n" +"Wenn du dir sicher bist, dass du dies tun willst, antworte bitte folgendermaßen:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ich habe versucht alle nicht-funktionalen Daten über diesen Benutzer (von denen ich weiß, wie man sie löscht) zu löschen, jedoch geben folgende Module einen Fehler aus: {modules}. Außerdem geben folgende Cogs einen Fehler aus: {cogs}.\n" +"Bitte untersuche deine Logdateien auf passende Einträge und kontaktiere den Besitzer der Cogs und Module zusammen mit den Informationen aus deinen Dateien.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ich habe versucht alle nicht-funktionalen Daten über diesen Benutzer (von denen ich weiß, wie man sie löscht) zu löschen, jedoch geben folgende Cogs einen Fehler aus: {cogs}.\n" +"Bitte untersuche deine Logdateien auf passende Einträge und kontaktiere den Besitzer der Cogs und Module zusammen mit den Informationen aus deinen Dateien.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ich habe versucht alle nicht-funktionalen Daten über diesen Benutzer (von denen ich weiß, wie man sie löscht) zu löschen, jedoch geben folgende Module einen Fehler aus: {modules}.\n" +"Bitte untersuche deine Logdateien auf passende Einträge und kontaktiere den Besitzer der Cogs und Module zusammen mit den Informationen aus deinen Dateien.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "Ich habe alle Daten über diesen Benutzer gelöscht, von denen ich weiß wie man sie löscht." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "Lösche Daten die [botname] über einen Benutzer gesammelt hat.\n\n" +" Dies wird dazu führen, dass der Bot viele nicht-funktionale Daten vom angegebenen Benutzer entfernt.\n" +" Benutzer haben für diese Funktion Zugriff auf einen anderen Befehl, es sei denn, sie können überhaupt nicht mit dem Bot interagieren.\n" +" Die Verwendung dieser Funktion ist sicher, sollte aber nur verwendet werden wenn Sie eine Anfrage von diesem Benutzer bearbeiten, da dies die Nutzung des Bots beeinträchtigen kann.\n\n" +" **Argumente:**\n" +" - `` - Die Id des Benutzers, dessen Daten gelöscht werden sollen.\n" +" " + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Dies wird dazu führen, dass der Bot viele nicht-funktionale Daten vom angegebenen Benutzer entfernt. Benutzer haben für diese Funktion Zugriff auf einen anderen Befehl, es sei denn, sie können überhaupt nicht mit dem Bot interagieren. Dies ist eine meist sichere Operation aber Sie sollten es nicht verwenden, es sei denn, dass Sie eine Anfrage dieses Benutzers bearbeiten, da dies deren Nutzung des Bots beeinträchtigen kann. Die Verwendung dieser Funktion ist sicher, sollte aber nur verwendet werden wenn du eine Anfrage von diesem Benutzer bearbeitest, da dies die Nutzung des Bots beeinträchtigen kann.\n\n" +"Wenn du sicher bist, dass du dies tun willst, antworte bitte mit folgendem:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ich habe versucht alle nicht-funktionalen Daten über diesen Benutzer (von denen ich weiß, wie man sie löscht) zu löschen, jedoch geben folgende Module einen Fehler aus: {modules}. Außerdem geben folgende Cogs einen Fehler aus: {cogs}.\n" +"Bitte untersuche deine Logdateien auf passende Einträge und kontaktiere den Besitzer der Cogs und Module zusammen mit den Informationen aus deinen Dateien.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ich habe versucht alle nicht-funktionalen Daten über diesen Benutzer (von denen ich weiß, wie man sie löscht) zu löschen, jedoch geben folgende Cogs einen Fehler aus: {cogs}.\n" +"Bitte untersuche deine Logdateien auf passende Einträge und kontaktiere den Besitzer der Cogs und Module zusammen mit den Informationen aus deinen Dateien.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ich habe versucht alle nicht-funktionalen Daten über diesen Benutzer (von denen ich weiß, wie man sie löscht) zu löschen, jedoch geben folgende Cogs einen Fehler aus: {modules}.\n" +"Bitte untersuche deine Logdateien auf passende Einträge und kontaktiere den Besitzer der Cogs und Module zusammen mit den Informationen aus deinen Dateien.\n" +"Hinweis: Abseits dieser Fehler sollten die Daten gelöscht worden sein." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "Ich habe alle Daten über diesen Benutzer gelöscht, von denen ich weiß wie man sie löscht." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "Lösche Daten die [botname] über einen Benutzer gesammelt hat.\n\n" +" Dies wird dazu führen, dass der Bot viele Daten über den angegebenen Benutzer entfernt.\n" +" Dies kann mehr als nur Endbenutzerdaten beinhalten, einschließlich Anti-Missbrauch-Aufzeichnungen.\n\n" +" **Argumente:**\n" +" - `` - Die Id des Benutzers, dessen Daten gelöscht werden sollen.\n" +" " + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Dies wird dazu führen, dass der Bot viele Daten über den angegebenen Benutzer entfernt. Dies kann mehr als nur Enddaten beinhalten, einschließlich Anti-Missbrauch-Aufzeichnungen.\n\n" +"Wenn du dir sicher bist, dass du dies tun willst, antworte bitte mit folgendem:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Einbettungseinstellungen: \n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "Globaler Standard: {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Globale Befehlseinstellung für {command} Befehl: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Gildeneinstellung: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "Globale Befehlseinstellung für {command} Befehl: {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Kanaleinstellung: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Benutzereinstellung: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Einbettungen sind jetzt standardmäßig deaktiviert." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Einbettungen sind jetzt standardmäßig aktiviert." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Einbettungen werden jetzt auf die globalen Einstellungen zurückgreifen." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Einbettungen sind jetzt für diese Gilde aktiviert." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Einbettungen sind jetzt für diese Gilde deaktiviert." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "Embeds sind jetzt für den Befehl{command_name} verfügbar." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "Embeds sind jetzt für den Befehl{command_name} nicht verfügbar." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Einbettungen für diesen Discord Server sind jetzt {}." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "aktiviert" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "deaktiviert" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie aktiviert." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie deaktiviert." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Bisher ist keine Ausnahme aufgetreten." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "Du musst mindestens eine Server-ID angeben." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "Bist du sicher, dass ich diesen Server verlassen soll?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "Ich kann den Server `{server_name}` nicht verlassen: Ich bin der Besitzer von ihm." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Antwortzeitlimit erreicht." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Oke. Bye :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "Alles klar. Verlasse {number} Server..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "Okay. Verlasse einen Server..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Na gut, dann bleibe ich. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "Alles klar, ich werde diese Server nicht verlassen." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "Okay, ich verlasse diesen Server nicht." + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" Listet die Server auf, in denen [botname] momentan Mitglied ist.\n\n" +" Hinweis: Dieser Befehl ist interaktiv.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Lade {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "Das folgende Paket ist bereits geladen: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Das folgende Paket ist bereits geladen: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Fehler beim Laden des Pakets {pack}. \n" +"Überprüfen Sie Ihre Konsole oder Protokolle für weitere Details." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Fehler beim Laden des Pakets {packs}. \n" +"Überprüfen Sie Ihre Konsole oder Protokolle für weitere Details." + +#: 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 "Der folgende Name ist kein gültiger Paketname: {pack}\n" +"Paketnamen können nicht mit einer Zahl beginnen und dürfen nur ascii Zahlen, Buchstaben, und Unterstriche enthalten." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "Die folgenden Namen sind keine gültigen Paketnamen: {packs}\n" +"Paketnamen können nicht mit einer Zahl beginnen und dürfen nur ascii Zahlen, Buchstaben, und Unterstriche enthalten." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "Das folgende Paket wurde nicht in irgendeinem cog-Pfad gefunden: {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "Das folgende Paket wurde nicht in irgendeinem cog-Pfad gefunden: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "Paket konnte aus dem folgenden Grund nicht geladen werden:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "Paket konnte aus dem folgenden Grund nicht geladen werden:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**ACHTUNG**: Das folgende repo verwendet \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest den Verwalter des repos über diese Nachricht informieren.\n" +"{repo}." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**ACHTUNG**: Die folgenden repos verwenden \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest die Verwalter der repos über diese Nachricht informieren.\n" +"{repos}." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "Das folgende Paket ist bereits geladen: {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "Die folgenden Pakete wurden entfernt: {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "Das folgende Paket wurde nicht geladen: {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "Die folgenden Pakete wurden nicht geladen: {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Neu geladen {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Fehler beim Laden des folgenden Pakets: {pack}.\n" +"Überprüfen Sie Ihre Konsole oder Protokolle für Details." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Fehler beim Laden der folgenden Pakete: {packs}\n" +"Überprüfen Sie Ihre Konsole oder Protokolle für Details." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "Dieses Paket konnte aus folgendem Grund nicht neu geladen werden:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "Diese Pakete konnten aus folgenden Gründen nicht neu geladen werden:\n\n" +"{reasons}" + +#: 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 "**ACHTUNG**: Das folgende repo verwendet \"shared libraries\", welche in Red 3.4 entfernt werden. Du solltest den Verwalter des repos über diese Nachricht informieren.\n" +"{repo}." + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "Zeige die Slash-Befehle, die der Bot sehen kann, und ob sie aktiviert sind oder nicht.\n\n" +" Dieser Befehl zeigt den Zustand, der durch Ausführen von [p]slash sync geändert wird. Befehle aus demselben Cog werden gruppiert, wobei der Cog-Name als Überschrift verwendet wird.\n\n" +" Das Präfix gibt den Zustand des Befehls an:\n" +" - Befehle, die mit \"- \" beginnen, sind noch nicht aktiviert.\n" +" - Befehle, die mit \"+ \" beginnen, wurden manuell aktiviert.\n" +" - Befehle, die mit \"++\" beginnen, wurden vom Cog-Autor aktiviert und können nicht deaktiviert werden.\n" +" " + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "Es gibt keine App-Befehle zum Auflisten." + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "Synchronisiert die Slash-Einstellungen mit Discord.\n\n" +" Einstellungen aus [p]slash list werden mit Discord synchronisiert und ändern, welche Befehle für Benutzer sichtbar sind. \n" +" Dies sollte sparsam ausgeführt werden. Führe alle notwendigen Änderungen durch, bevor du diesen Befehl ausführst.\n\n" +" **Arguments:**\n" +" - `[guild]` - Falls angegeben, synchronisiert Befehle für diesen Server (Guild). Andernfalls werden globale Befehle synchronisiert.\n" +" " + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "In diesem Server benötige ich den Bereich applications.commands, um das zu tun. Sie können den Bot auffordern, diesen Bereich zu den Einladungslinks hinzuzufügen, indem Sie `{prefix}inviteset commandscope` verwenden, und anschließend `{prefix}invite` ausführen, um eine Einladung zu erhalten, die dem Bot den Bereich hinzufügt. Sie müssen den Bot nicht rauswerfen, um den Bereich zu aktivieren. Verwenden Sie einfach diese Einladung, um den Bot erneut mit dem aktivierten Bereich zu authentifizieren." + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "Synchronisierte {count} Befehle." + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "Fährt den Bot herunter.\n\n" +" Erlaubt [botname], sich ordnungsgemäß herunterzufahren.\n\n" +" Dies ist die empfohlene Methode, um den Bot herunterzufahren.\n\n" +" **Beispiele:**\n" +" [p]shutdown\n" +" [p]shutdown True - Herunterfahren ohne Meldung.\n\n" +" **Argumente:**\n" +" -`[silently]` - Gibt an, ob die Herunterfahrtsnachricht übersprungen werden soll. Standardmäßig auf \"False\" gesetzt. " + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Herunterfahren... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "Versucht, [botname] neu zu starten.\n\n" +" Bewirkt, dass [botname] mit dem Exit-Code 26 beendet wird. \n" +" Der Neustart ist nicht garantiert und muss vom verwendeten Prozess-Manager gehandhabt werden.\n\n" +" **Beispiele:**\n" +" [p]restart\n" +" [p]restart True - Neustart ohne Meldung.\n\n" +" **Argumente:**\n" +" - `[silently]` - Gibt an, ob die Neustartnachricht übersprungen werden soll. Standardmäßig auf \"False\" gesetzt.\n" +" " + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Neustart..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Basis Befehl für Bank Einstellungen." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Zeige die aktuellen Bankeinstellungen an." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Überall" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Server" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Bankeinstellungen:\n\n" +"Bankname: {bank_name}\n" +"Bank bereich: {bank_scope}\n" +"Währung: {currency_name}\n" +"Standardguthaben: {default_balance}\n" +"Maximal zulässiges Guthaben: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Schalte ein, ob die Bank global ist oder nicht.\n\n" +" Wenn die Bank global ist, wird sie pro Server.\n" +" Wenn die Bank pro Server ist, wird sie global.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "Global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Dies schaltet die Bank um zu {banktype}, löscht alle Konten im Prozess! Wenn du sicher bist, tippe `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Die Bank ist nun {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Legt den Namen der Bank fest." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Der Name der Bank wurde festgesetzt auf: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Lege den Namen für die Währung der Bank fest." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Währungs Name wurde gesetzt auf: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Setze das maximale Guthaben fest, das ein Benutzer erhalten kann." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Der Betrag muss größer als null und kleiner als {max} sein." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Das maximale Guthaben wurde festgelegt auf:{amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "Setzen Sie das anfängliche Guthaben für neue Bankkonten.\n\n" +" Beispiel:\n" +" [p]bankset registeramount 5000\n\n" +" **Argumente**\n\n" +" -`` Der Betrag des neuen anfänglichen Guthabens. Standardmäßig auf 0 gesetzt.\n" +" " + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "Der Betrag muss größer oder gleich Null und kleiner als {maxbal} sein." + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "Ein neues Konto zu eröffnen gibt jetzt {num} {currency}." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "Alle Bankkonten löschen.\n\n" +" Beispiele:\n" +" - `[p]bankset reset` - Nicht bestätigt. Zeigt die Hilfe-Nachricht.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` Dies wird standardmäßig auf false außer angegeben.\n" +" " + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "Dies löscht alle Bankkonten für {scope}.\n" +"Wenn Sie sich sicher sind, geben Sie `{prefix}bankset reset yes` ein" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "dieser Server" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "Alle Bankkonten für {scope} wurden gelöscht." + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "Grundbefehl zur Bereinigung von Bankkonten." + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "Bereinigt Bankkonten für Benutzer, die nicht länger auf dem Server sind.\n\n" +" kann nicht mit einer globalen Bank verwendet werden. Siehe `[p]bankset prune global`.\n\n" +" Beispiele:\n" +" - `[p]bankset prune server` - Nicht bestätigt. Zeigt die Hilfe-Nachricht.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` Dies wird standardmäßig auf false außer angegeben.\n" +" " + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "Dieser Befehl kann mit einer globalen Bank nicht verwendet werden." + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "Dies wird alle Bankkonten für Benutzer löschen, die nicht mehr auf diesem Server sind.\n" +"Wenn Sie sich sicher sind, geben Sie `{prefix}bank prune local yes` ein" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "Bankkonten für Benutzer auf diesem Server wurden gelöscht." + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "Bereinigt Bankkonten für Benutzer, die nicht länger auf dem Server sind.\n\n" +" kann nicht mit einer globalen Bank verwendet werden. Siehe `[p]bankset prune global`.\n\n" +" Beispiele:\n" +" - `[p]bankset prune global` - Nicht bestätigt. Zeigt die Hilfe-Nachricht.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` Dies wird standardmäßig auf false außer angegeben.\n" +" " + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "Dieser Befehl kann nicht mit einer lokalen Bank verwendet werden." + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "Dies löscht alle Bankkonten für Benutzer, die keinen Server mehr mit dem Bot teilen.\n" +"Wenn du sicher bist, schreibe `{prefix}bankset prune global yes`" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "Bankkonten für Benutzer, die keinen Server mehr mit dem Bot teilen, wurden bereinigt." + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "Löschen Sie das Bankkonto eines bestimmten Benutzers.\n\n" +" Beispiele:\n" +" - `[p]bankset prune user @Twentysix` - Nicht bestätigt. Zeigt die Hilfe-Nachricht.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` Der Benutzer, von dem die Bank gelöscht wird. Nimmt Erwähnungen, Namen und Benutzer-Ids an.\n" +" - `` Dies wird standardmäßig auf false außer angegeben.\n" +" " + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "Dies wird das Bankkonto von {name} löschen.\n" +"Wenn Sie sicher sind, geben Sie `{prefix}bankset prune user {id} yes` ein" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "Das Bankkonto von {name} wurde bereinigt." + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "Modlog Einstellungen verwalten." + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "Kommando um Fehlverhalten von Casetypen zu beheben." + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "Setze den Modlog Kanal.\n\n" +" Lass `[channel]` weg um den Modlog abzuschalten.\n" +" " + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "Moderationsevents werden nun nach {channel} gesendet." + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "Ich habe keine Berechtigungen um Nachrichten in {channel} zu senden!" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "Mod-Log ist bereits deaktiviert." + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "Mod-Log deaktiviert." + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "\n" +" Groß-/Kleinschreibung für eine Mod-Aktion aktivieren oder deaktivieren.\n\n" +" Eine Aktion kann bestimmte Fälle aktivieren oder deaktivieren. (Ban, kick, stumm, etc.)\n\n" +" Beispiel: `[p]modlogset cases kick enabled`\n" +" " + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "Aktuelle Einstellungen:\n" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "Diese Aktion ist nicht registriert." + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "Fallerstellung für {action_name} Aktionen ist jetzt {enabled}." + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "Alle Modlog-Fälle auf diesem Server zurücksetzen." + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "Sind Sie sicher, dass Sie alle Modlog-Fälle auf diesem Server zurücksetzen möchten?" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Antwortzeit abgelaufen." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "Keine Änderungen vorgenommen" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Beschreibung zurückgesetzt." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "Diese URL ist ungültig." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "Beim Abrufen des Bilds ist etwas schiefgegangen." + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Erledigt." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Profilbild entfernt." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Mir fehlen die Berechtigungen zum Ändern meines eigenen Spitznamen." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "Der benutzerdefinierte Text wurde gelöscht." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Der benutzerdefinierte Text wurde festgelegt." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "Text muss weniger als 1024 Zeichen lang sein." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Spiel-Status entfernt." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "``Hört``-Status gelöscht." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "``Schaut``-Status entfernt." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "Teilnahme gelöscht." + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Status zu {} geändert." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "Diese Rolle ist bereits eine Admin-Rolle." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "Diese Rolle wird nun als Admin-Rolle angesehen." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Diese Rolle ist bereits eine mod Rolle." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Diese Rolle wird jetzt als eine Mod Rolle betrachtet." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "Diese Rolle war keine Admin-Rolle, mit der man anfangen sollte." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Diese Rolle wird nicht mehr als Admin-Rolle angesehen." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "Diese Rolle war keine Mod-Rolle, mit der man anfangen sollte." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Diese Rolle wird nicht mehr als Mod-Rolle betrachtet." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Ungültiger Sprachcode. Verwende das Format: `en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "Globale Sprache wurde eingestellt." + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "Sprache wurde auf standard gestellt." + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Sprache wurde geändert." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "Regionale Formatierung wird nun auf der Sprache `{language_code}` basieren." + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` API-Token wurden gesetzt." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "\n" +" Zeige alle externen API-Dienste zusammen mit den eingestellten Schlüsseln an.\n\n" +" Geheimnisse werden nicht angezeigt.\n\n" +" **Beispiel:**\n" +" - `[p]set api list`\n" +" " + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "Bisher wurden keine API-Dienste eingerichtet." + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "API-Dienste festlegen:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "API-Dienst festlegen:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "\n" +" Entfernen der angegebenen Dienste mit all ihren Schlüsseln und Token.\n\n" +" **Beispiele:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube `\n\n" +" **Argumente:**\n" +" - `` -Dienste, welche entfernt werden sollen." + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "Dienste erfolgreich gelöscht:\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "Dienst erfolgreich gelöscht: {service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "Keinem der angegebenen Dienste wurden Schlüssel zugewiesen." + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "\n" +" Befehle zur Konfiguration von Benachrichtigungen für den Eigentümer.\n\n" +" Zu den Eigentümerbenachrichtigungen gehören die Verwendung von [p]contact und verfügbaren Red-Updates.\n" +" " + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "\n" +" Opt-in zum Empfang von Benachrichtigungen für den Eigentümer.\n\n" +" Dies ist der Standardzustand.\n\n" +" Hinweis: Dies setzt lediglich das Senden von Eigentümerbenachrichtigungen an Ihre Direktnachrichten fort. Zusätzliche Eigentümer und Ziele werden davon nicht beeinflusst.\n\n" +" **Beispiel:**\n" +" - `[p] set ownernotifications optin `\n" +" " + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "\n" +" Opt-out vom Empfang von Benachrichtigungen für den Eigentümer.\n\n" +" Hinweis: Dies stoppt lediglich das Senden von Eigentümerbenachrichtigungen an Ihre Direktnachrichten. Zusätzliche Eigentümer und Ziele erhalten weiterhin Benachrichtigungen.\n\n" +" **Beispiel:**\n" +" - `[p]set ownernotifications optout`\n" +" " + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "\n" +" Fügt einen Zieltext-Kanal hinzu, um Benachrichtigungen für Besitzer zu erhalten.\n\n" +" **Beispiele:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Akzeptiert Kanal-IDs.\n\n" +" **Argumente:**\n" +" - `` - Der Kanal, an den die Besitzerbenachrichtigungen gesendet werden.\n" +" " + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "\n" +" Entfernt einen Zieltext-Kanal vom Empfang von Benachrichtigungen für Eigentümer.\n\n" +" **Beispiele:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Akzeptiert Kanal-IDs.\n\n" +" **Argumente:**\n" +" - `` - Der Kanal, an dem keine Benachrichtigungen mehr gesendet werden.\n" +" " + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "\n" +" Listet die konfigurierten zusätzlichen Destinationen für die Benachrichtigungen des Besitzers auf.\n\n" +" **Beispiel:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "Es werden keine zusätzlichen Kanäle gesendet." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "Unbekannter Kanal mit Id: {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "\n" +" Zeige die aktuellen Einstellungen für [botname] an.\n\n" +" Akzeptiert optionalen Serverparameter um das Prefix Recovery zu ermöglichen.\n" +" " + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "Nicht festgelegt." + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "Admin Rollen: {admin}\n" +"Mod Rollen: {mod}\n" +"Gebietsschema: {guild_locale}\n" +"Regionales Format: {guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "{bot_name} Einstellungen:\n\n" +"Präfixe: {prefixes}\n" +"{guild_settings}Globale Gebietsschema: {locale}\n" +"Globales Regionalformat: {regional_format}\n" +"Standardfarbe: {colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "Setze die Verzögerung, bis der Bot die Befehlsmeldung entfernt hat.\n\n" +" Muss zwischen -1 und 60 sein.\n\n" +" Auf -1 setzen, um dieses Feature zu deaktivieren.\n\n" +" Dies wird nur auf den aktuellen Server angewendet und nicht global.\n\n" +" **Beispiele:**\n" +" - `[p]set deletedelay` - Zeigt die aktuelle Löschverzögerung an.\n" +" - `[p]set deletedelay 60` - Setzt die Löschverzögerung auf maximal 60 Sekunden.\n" +" - `[p]set deletedelay -1` - Deaktiviert das Löschen von Befehlsmeldungen.\n\n" +" **Argumente:**\n" +" - `[time]` - Die Sekunden, die gewartet werden, bevor die Befehlsmeldung gelöscht wird. Benutze -1 zum Deaktivieren.\n" +" " + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Löschen von Befehlen deaktiviert." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "Löschverzögerung auf {num} Sekunden eingestellt." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Der Bot wird Nachrichten die einen Befehl enthalten nach {num} Sekunden löschen. Setze diesen Wert auf -1, um das Löschen von Nachrichten zu stoppen" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Ich werde keine Nachrichten die Befehle enthalten löschen." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "\n" +"Umschalten, ob die vom Bot-Eigentümer konfigurierte Farbe für Embeds verwendet werden soll\n\n" +" Die Standardeinstellung ist, die vom Bot konfigurierte Farbe zu verwenden. Andernfalls wird die Farbe der obersten Rolle des Bots verwendet.\n\n" +" **Beispiel:**\n" +" - `[p]set usebotcolour`\n" +" " + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Der Bot {} verwendet seine eingestellten Farben für Einbettungen." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "wird nicht" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "wird" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "\n" +"Umschalten, ob die verschwommene Befehlssuche für den Server aktiviert werden soll.\n\n" +" Dies ermöglicht es dem Bot, potenziell falsch geschriebene Befehle zu identifizieren und Korrekturen anzubieten.\n" +" Hinweis: Dies kann prozessorintensiv sein und ist möglicherweise für größere Server ungeeignet.\n\n" +" Die Standardeinstellung ist, dass die verschwommene Befehlssuche deaktiviert ist.\n\n" +" **Beispiel:**\n" +" - `[p]set serverfuzzy`\n" +" " + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "Ungenaue Befehlssuche wurde für diesen Server {}." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "\n" +"Umschalten, ob die verschwommene Befehlssuche in Direktnachrichten aktiviert werden soll.\n\n" +" Dies ermöglicht es dem Bot, potenziell falsch geschriebene Befehle zu identifizieren und Korrekturen anzubieten.\n\n" +" Die Standardeinstellung ist, dass die verschwommene Befehlssuche deaktiviert ist.\n\n" +" **Beispiel:**\n" +" - `[p]set fuzzy`\n" +" " + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "Ungenaue Befehlssuche wurde für Direktnachrichten {}." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "\n" +"Legt eine Standardfarbe fest, die für die Embeds des Bots verwendet werden soll.\n\n" +" Akzeptable Werte für den Farbparameter finden Sie unter:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Beispiele:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Argumente:**\n" +" - `[colour]` - Die Farbe, die für Embeds verwendet werden soll. Lassen Sie dieses Feld leer, um den Standardwert (rot) festzulegen.\n" +" " + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Die Farbe wurde zurückgesetzt." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Die Farbe wurde eingestellt." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "Legt die globalen Präfix(e) für [botname] fest.\n\n" +" Warnung: Dies ist nicht additiv. Es ersetzt alle aktuellen Präfixe.\n\n" +" Siehe auch die --mentionable-Flagge, um das Erwähnen des Bots als Präfix zu aktivieren.\n\n" +" **Beispiele:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Anführungszeichen sind erforderlich, um Leerzeichen in Präfixen zu verwenden.\n" +" - `[p]set prefix \"@[botname] \"` - Dies verwendet eine Erwähnung als Präfix. Siehe auch den `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Setzt mehrere Prefixe.\n\n" +" **Arguments:**\n" +" - `` - Die Präfixe, auf die der Bot global reagieren wird.\n" +" " + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "Präfixe können nicht mit '/' beginnen, da sie mit Discords slash Befehlen kollidieren." + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Abgebrochen." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "Warnung: Ein Präfix ist über der empfohlenen Länge (25 Zeichen).\n" +"Möchten Sie fortfahren?" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Der Präfix wurde festgelegt." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "Präfixe gesetzt." + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "\n" +"Legt die Server-Präfix(e) für [botname] fest.\n\n" +" Warnung: Dies wird globale Präfixe überschreiben. Der Bot wird in diesem Server nicht auf globale Präfixe reagieren.\n" +" Dies ist nicht additiv. Es ersetzt alle aktuellen Server-Präfixe.\n" +" Ein Präfix darf nicht mehr als 25 Zeichen haben.\n\n" +" **Beispiele:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Anführungszeichen sind erforderlich, um Leerzeichen in Präfixen zu verwenden.\n" +" - `[p]set serverprefix \"@[botname] \"` - Dies verwendet eine Erwähnung als Präfix.\n" +" - `[p]set serverprefix ! ? .` - Setzt mehrere Präfixe.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Setzt das Präfix für einen bestimmten Server. Anführungszeichen sind erforderlich, um Leerzeichen im Servernamen zu verwenden.\n\n" +" **Argumente:**\n" +" - `[server]` - Der Server, für den das Präfix festgelegt werden soll. Standardmäßig der aktuelle Server.\n" +" - `[prefixes...]` - Die Präfixe, auf die der Bot in diesem Server reagieren wird. Lassen Sie das Feld leer, um Server-Präfixe zu löschen.\n" +" " + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "Server-Präfixe wurden zurückgesetzt." + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "Warnung: Der Standard-Formatierer ist nicht in Verwendung, diese Einstellung treten möglicherweise nicht ein." + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "Die Hilfe verwendet keine Menüs." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "Die Hilfe wird keine versteckten Befehle filtern." + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "Hilfe filtert versteckte Befehle." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "Hilfe wird nur für Befehle angezeigt, die ausgeführt werden können." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "Hilfe wird angezeigt, ohne zu überprüfen, ob die Befehle ausgeführt werden können." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "Die Hilfe überprüft, ob Hilfethemen vorhanden sind." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "Die Hilfe überprüft das Vorhandensein von Hilfethemen nur über die Fuzzy-Hilfe (falls aktiviert)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "Du musst einen Wert von mindestens 500 Zeichen eingeben." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Erledigt. Das Zeichenlimit pro Seite wurde auf {} gesetzt." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Du musst einen Wert von 0 oder mehr angeben!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Erledigt. Das Seitenlimit wurde auf {} gesetzt." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "Die Verzögerung darf nicht länger als 14 Tage sein!" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "Fertig. Hilfe-Nachrichten werden jetzt nicht gelöscht." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "Fertig. Die Löschverzögerung wurde auf {} Sekunden gesetzt." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "Der Slogan wurde zurückgesetzt." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "Dein Slogan ist zu lang! Bitte kürze diesen damit er nicht länger als 2048 Zeichen ist." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "Das Schlagwort wurde gesetzt." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "User ID: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "über DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "von {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | Server ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Nutze `{}dm {} ` um dem Benutzer zu antworten" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Gesendet von {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "Ich wurde konfiguriert, das nirgendwo zu senden." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Deine Nachricht wurde gesendet." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Ich bin nicht in der Lage, deine Nachricht zu überbringen. Tut mir Leid." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "Ungültige ID, Benutzer nicht gefunden oder Benutzer ist ein Bot. Du kannst nur Nachrichten an Personen senden, mit denen ich einen Server teile." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Inhaber von {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Du kannst auf diese Nachricht mit {}contact antworten" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Die Nachricht konnte leider nicht an {} gesendet werden." + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Nachricht an {} zugestellt." + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Druckt den Bot-Datenpfad." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Datenpfad: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "Zeigt nützliche Informationen zum Debuggen an." + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "Benutzer auf der Erlaubnis-Liste:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "Benutzer auf der Erlaubnis-Liste:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Unbekannter oder gelöschter Benutzer" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "Benutzer wurden von der Erlaubnis-Liste entfernt." + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "Der Benutzer wurde von der Erlaubnis-Liste entfernt." + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "Ich kann dir nicht erlauben dies zu tun, da dies verhindern würde das du Befehle ausführen kannst. Bitte stelle zuerst sicher dich selbst zur Erlaubnis-Liste hinzugefügt zu haben." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "Ich kann dir nicht erlauben dies zu tun, da dies verhindern würde das du Befehle ausführen kannst." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "Server Erlaubnis-Liste wurde geleert." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "Du kannst dich nicht selbst zur Blockier-Liste hinzufügen!" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "Du kannst den Gildenbesitzer nicht der Blockier-Liste hinzufügen!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "Du kannst den Bot-Besitzer nicht zur Blockier-Liste hinzufügen!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "Blockier-Liste des Servers wurde geleert." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "Du kannst dieses Cog standardmässig nicht deaktivieren." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} wurde standardmässig auf deaktiviert gestellt." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} wurde standardmässig auf aktiviert gestellt." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "Du kannst dieses Cog nicht deaktivieren, sonst würdest du dich selbst aussperren." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} wurde auf diesem Server deaktiviert." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} wurde bereits deaktiviert (nichts zu tun)." + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} wurde auf diesem Server aktiviert." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} wurde nicht deaktiviert (nichts zu tun)." + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "Die folgenden Cogs sind auf diesem Server deaktiviert:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "Es existieren keine deaktivierten Cogs auf diesem Server." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Es gibt keine global deaktivierten Befehle." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} Befehle sind global deaktiviert.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 Befehl ist global deaktiviert.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "Es gibt in {} keine deaktivierten Befehle." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} Befehle sind in {} deaktiviert.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "Ein Befehl ist in {} deaktiviert.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "Der zu deaktivierende Befehl kann nicht `command` oder eine seiner Unterbefehle sein." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Diser Befehl soll immer verfügbar sein und kann nicht deaktiviert werden." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Dieser Befehl ist bereits global deaktiviert." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "Du darfst diesen Befehl nicht deaktivieren." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Dieser Befehl ist bereits auf diesem Server deaktiviert." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Dieser Befehl ist bereits global aktiviert." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "Du darfst diesen Befehl nicht aktivieren." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Dieser Befehl ist bereits auf diesem Server aktiviert." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Rollen, die gegen automatische Moderationsmaßnahmen immun sind:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Mitglieder, die gegen automatische Moderationsmaßnahmen immun sind:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Keine Immunität-Einstellungen vorhanden." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Bereits vorhanden." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Nicht in der Liste." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "Sie sind immun." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "Sie sind nicht immun." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Kanal zur ignorierten Liste hinzugefügt." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Kanal ist bereits in der ignorierten Liste." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Der Server wurde zur ignorierten Liste hinzugefügt." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Der Server wird bereits ignoriert." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Kanal von der ignorierten Liste entfernt." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Der Kanal ist nicht auf der ignorierten Liste." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Der Server wurde von der ignorierten Liste entfernt." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Der Server ist nicht auf der ignorierten Liste." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Der Server wird aktuell ignoriert." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Keine" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "In diesem Kanal ist bereits eine aktive REPL-Sitzung. \n" +"Mit `quit` kannst du diese verlassen." + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "Schließen." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "Verspotte einen Benutzer, der einen Befehl aufruft.\n\n" +" Der Präfix darf nicht eingegeben werden.\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "{user}s Guthaben kann nicht mehr als {max} {currency} sein." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Fall #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Grund:** Benutze den `reason` Befehl um ihn hinzuzufügen" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Unbekannt" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Benutzer gelöscht." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "Grund:" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderator" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Bis" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Dauer" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Kanal" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Geändert durch" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Zuletzt geändert am" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "Nutzer:" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "Moderator:" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "Bis:" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "Dauer:" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "Kanal:" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "Geändert durch:" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "Zuletzt geändert am:" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/debugging.po b/rubycore/locales/debugging.po new file mode 100644 index 0000000..e4e0a3c --- /dev/null +++ b/rubycore/locales/debugging.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-12-06 11:27+1100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=cp1252\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + + +#: ../cog_manager.py:21 +#, docstring +msgid "" +"Directory manager for Red's cogs.\n" +"\n" +" This module allows you to load cogs from multiple directories and even from\n" +" outside the bot directory. You may also set a directory for downloader to\n" +" install new cogs to, the default being the :code:`cogs/` folder in the root\n" +" bot directory.\n" +" " +msgstr "" + +#: ../cog_manager.py:40 +#, docstring +msgid "" +"Get all currently valid path directories.\n" +"\n" +" Returns\n" +" -------\n" +" `tuple` of `pathlib.Path`\n" +" All valid cog paths.\n" +"\n" +" " +msgstr "" + +#: ../cog_manager.py:64 +#, docstring +msgid "" +"Get the install path for 3rd party cogs.\n" +"\n" +" Returns\n" +" -------\n" +" pathlib.Path\n" +" The path to the directory where 3rd party cogs are stored.\n" +"\n" +" " +msgstr "" + +#: ../cog_manager.py:273 +#, docstring +msgid "" +"Finds the names of all available modules to load.\n" +" " +msgstr "" + +#: ../cog_manager.py:285 +#, docstring +msgid "" +"Re-evaluate modules in the py cache.\n" +"\n" +" This is an alias for an importlib internal and should be called\n" +" any time that a new module has been installed to a cog directory.\n" +" " +msgstr "" + +#: ../cog_manager.py:298 +#, docstring +msgid "" +"Commands to interface with Red's cog manager." +msgstr "" +"(TRANSLATED) Commands to interface with Red's cog manager." + +#: ../cog_manager.py:302 +#, docstring +msgid "" +"\n" +" Lists current cog paths in order of priority." +" " +msgstr "" +"\n" +" (TRANSLATED) Lists current cog paths in order of priority." +" " + +#: ../cog_manager.py:321 +#, docstring +msgid "" +"\n" +" Add a path to the list of available cog paths." +" " +msgstr "" +"\n" +" (TRANSLATED) Add a path to the list of available cog paths." +" " + +#: ../cog_manager.py:340 +#, docstring +msgid "" +"\n" +" Removes a path from the available cog paths given the path_number" +" from !paths" +" " +msgstr "" +"\n" +" (TRANSLATED) Removes a path from the available cog paths given the path_number" +" from !paths" +" " + +#: ../cog_manager.py:357 +#, docstring +msgid "" +"\n" +" Reorders paths internally to allow discovery of different cogs." +" " +msgstr "" +"\n" +" (TRANSLATED) Reorders paths internally to allow discovery of different cogs." +" " + +#: ../cog_manager.py:383 +#, docstring +msgid "" +"\n" +" Returns the current install path or sets it if one is provided." +" The provided path must be absolute or relative to the bot's" +" directory and it must already exist." +"\n" +" No installed cogs will be transferred in the process." +" " +msgstr "" +"\n" +" (TRANSLATED) Returns the current install path or sets it if one is provided." +" The provided path must be absolute or relative to the bot's" +" directory and it must already exist." +"\n" +" No installed cogs will be transferred in the process." +" " + +#: ../cog_manager.py:406 +#, docstring +msgid "" +"\n" +" Lists all loaded and available cogs." +" " +msgstr "" +"\n" +" (TRANSLATED) Lists all loaded and available cogs." +" " + +#: ../cog_manager.py:309 +msgid "" +"Install Path: {}\n" +"\n" +msgstr "" + +#: ../cog_manager.py:325 +msgid "That path is does not exist or does not point to a valid directory." +msgstr "" + +#: ../cog_manager.py:334 +msgid "Path successfully added." +msgstr "" + +#: ../cog_manager.py:347 +msgid "That is an invalid path number." +msgstr "" + +#: ../cog_manager.py:351 +msgid "Path successfully removed." +msgstr "" + +#: ../cog_manager.py:367 +msgid "Invalid 'from' index." +msgstr "" + +#: ../cog_manager.py:373 +msgid "Invalid 'to' index." +msgstr "" + +#: ../cog_manager.py:377 +msgid "Paths reordered." +msgstr "" + +#: ../cog_manager.py:395 +msgid "That path does not exist." +msgstr "" + +#: ../cog_manager.py:399 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + diff --git a/rubycore/locales/el-GR.po b/rubycore/locales/el-GR.po new file mode 100644 index 0000000..6ec7532 --- /dev/null +++ b/rubycore/locales/el-GR.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: el\n" +"X-Crowdin-File-ID: 4\n" +"Language: el_GR\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/en-PT.po b/rubycore/locales/en-PT.po new file mode 100644 index 0000000..9c0b625 --- /dev/null +++ b/rubycore/locales/en-PT.po @@ -0,0 +1,1411 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-14 02:15\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: Pirate English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en-PT\n" +"X-Crowdin-File: /core/locales/messages.pot\n" +"Language: en_PT\n" + +#: redbot/core/bank.py:717 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:724 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:312 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:317 +#, docstring +msgid "\\n Lists current cog paths in order of priority.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:325 +msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" +msgstr "" + +#: redbot/core/cog_manager.py:339 +#, docstring +msgid "\\n Add a path to the list of available cog paths.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:343 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "Path successfully added." +msgstr "Yer Path successfully added." + +#: redbot/core/cog_manager.py:356 +#, docstring +msgid "\\n Removes a path from the available cog paths given the path_number\\n from !paths\\n " +msgstr "" + +#: redbot/core/cog_manager.py:362 redbot/core/cog_manager.py:385 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:369 +msgid "That is an invalid path number." +msgstr "Ther is an invalid path number." + +#: redbot/core/cog_manager.py:373 +msgid "Path successfully removed." +msgstr "Yer path successfully removed." + +#: redbot/core/cog_manager.py:378 +#, docstring +msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:392 +msgid "Invalid 'from' index." +msgstr "Invalid 'from' index." + +#: redbot/core/cog_manager.py:398 +msgid "Invalid 'to' index." +msgstr "Invalid 'to' index." + +#: redbot/core/cog_manager.py:402 +msgid "Paths reordered." +msgstr "Yer paths reordered." + +#: redbot/core/cog_manager.py:407 +#, docstring +msgid "\\n Returns the current install path or sets it if one is provided.\\n The provided path must be absolute or relative to the bot's\\n directory and it must already exist.\\n\\n No installed cogs will be transferred in the process.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:420 +msgid "That path does not exist." +msgstr "That path does not exist." + +#: redbot/core/cog_manager.py:425 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Thee bot will install new cogs to thee `{}` directory." + +#: redbot/core/cog_manager.py:431 +#, docstring +msgid "\\n Lists all loaded and available cogs.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:444 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:445 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:455 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:457 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:264 +#, docstring +msgid "Commands related to core functions" +msgstr "" + +#: redbot/core/core_commands.py:268 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:273 +#, docstring +msgid "Shows info about Red" +msgstr "" + +#: redbot/core/core_commands.py:294 +msgid "This is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:303 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:306 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:309 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:309 +msgid "Yes, {} is available" +msgstr "" + +#: redbot/core/core_commands.py:312 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:313 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:316 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:321 +msgid "I need the `Embed links` permission to send this" +msgstr "" + +#: redbot/core/core_commands.py:325 +#, docstring +msgid "Shows Red's uptime" +msgstr "" + +#: redbot/core/core_commands.py:329 +msgid "Been up for: **{}** (since {} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:336 +#, docstring +msgid "\\n Commands for toggling embeds on or off.\\n\\n This setting determines whether or not to\\n use embeds as a response to a command (for\\n commands that support it). The default is to\\n use embeds.\\n " +msgstr "" + +#: redbot/core/core_commands.py:345 +msgid "Embed settings:\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:347 +msgid "Global default: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:350 +msgid "Guild setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:352 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:358 +#, docstring +msgid "\\n Toggle the global embed setting.\\n\\n This is used as a fallback if the user\\n or guild hasn't set a preference. The\\n default is to use embeds.\\n " +msgstr "" + +#: redbot/core/core_commands.py:368 +msgid "Embeds are now {} by default." +msgstr "" + +#: redbot/core/core_commands.py:368 redbot/core/core_commands.py:392 +#: redbot/core/core_commands.py:414 redbot/core/core_commands.py:874 +#: redbot/core/core_commands.py:890 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:368 redbot/core/core_commands.py:392 +#: redbot/core/core_commands.py:414 redbot/core/core_commands.py:874 +#: redbot/core/core_commands.py:890 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:375 +#, docstring +msgid "\\n Toggle the guild's embed setting.\\n\\n If enabled is None, the setting will be unset and\\n the global default will be used instead.\\n\\n If set, this is used instead of the global default\\n to determine whether or not to use embeds. This is\\n used for all commands done in a guild channel except\\n for help commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:388 redbot/core/core_commands.py:411 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:391 +msgid "Embeds are now {} for this guild." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\\n Toggle the user's embed setting.\\n\\n If enabled is None, the setting will be unset and\\n the global default will be used instead.\\n\\n If set, this is used instead of the global default\\n to determine whether or not to use embeds. This is\\n used for all commands done in a DM with the bot, as\\n well as all help commands everywhere.\\n " +msgstr "" + +#: redbot/core/core_commands.py:414 +msgid "Embeds are now {} for you." +msgstr "" + +#: redbot/core/core_commands.py:420 +#, docstring +msgid "Sends to the owner the last command exception that has occurred\\n\\n If public (yes is specified), it will be sent to the chat instead" +msgstr "" + +#: redbot/core/core_commands.py:432 +msgid "No exception has occurred yet" +msgstr "" + +#: redbot/core/core_commands.py:437 +#, docstring +msgid "Show's Red's invite url" +msgstr "" + +#: redbot/core/core_commands.py:443 +#, docstring +msgid "Setup the bot's invite" +msgstr "" + +#: redbot/core/core_commands.py:448 +#, docstring +msgid "\\n Define if the command should be accessible for the average users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:478 +#, docstring +msgid "\\n Make the bot create its own role with permissions on join.\\n\\n The bot will create its own role with the desired permissions when he join a new server. This is a special role that can't be deleted or removed from the bot.\\n\\n For that, you need to give a valid permissions level.\\n You can generate one here: https://discordapi.com/permissions.html\\n\\n Please note that you might need the two factor authentification for some permissions.\\n " +msgstr "" + +#: redbot/core/core_commands.py:498 +#, docstring +msgid "Leaves server" +msgstr "" + +#: redbot/core/core_commands.py:499 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:505 redbot/core/core_commands.py:558 +#: redbot/core/core_commands.py:1464 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:509 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:510 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:513 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:518 +#, docstring +msgid "Lists and allows to leave servers" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:544 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:547 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:554 redbot/core/core_commands.py:933 +#: redbot/core/core_commands.py:1026 redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1056 +msgid "Done." +msgstr "Done." + +#: redbot/core/core_commands.py:556 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:563 +#, docstring +msgid "Loads packages" +msgstr "" + +#: redbot/core/core_commands.py:574 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:579 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:583 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:595 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:603 redbot/core/core_commands.py:701 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:607 redbot/core/core_commands.py:705 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:615 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:619 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:632 +#, docstring +msgid "Unloads packages" +msgstr "" + +#: redbot/core/core_commands.py:642 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:670 +#, docstring +msgid "Reloads packages" +msgstr "" + +#: redbot/core/core_commands.py:683 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:688 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:693 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:713 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:717 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:730 +#, docstring +msgid "Shuts down the bot" +msgstr "" + +#: redbot/core/core_commands.py:735 +msgid "Shutting down... " +msgstr "Shutting thee down... " + +#: redbot/core/core_commands.py:741 +#, docstring +msgid "Attempts to restart Red\\n\\n Makes Red quit with exit code 26\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use" +msgstr "" + +#: redbot/core/core_commands.py:748 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:753 +#, docstring +msgid "Changes Red's settings" +msgstr "" + +#: redbot/core/core_commands.py:766 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:777 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}" +msgstr "" + +#: redbot/core/core_commands.py:795 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:802 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:808 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:813 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:815 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:821 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:828 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:839 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:841 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\\n Toggle whether to use the bot owner-configured colour for embeds.\\n\\n Default is to not use the bot's configured colour, in which case the\\n colour used will be the colour of the bot's top role.\\n " +msgstr "" + +#: redbot/core/core_commands.py:856 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:857 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:857 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:865 +#, docstring +msgid "\\n Toggle whether to enable fuzzy command search for the server.\\n\\n Default is for fuzzy command search to be disabled.\\n " +msgstr "" + +#: redbot/core/core_commands.py:873 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:881 +#, docstring +msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +msgstr "" + +#: redbot/core/core_commands.py:889 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:897 +#, docstring +msgid "\\n Sets a default colour to be used for the bot's embeds.\\n\\n Acceptable values for the colour parameter can be found at:\\n\\n https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\\n " +msgstr "" + +#: redbot/core/core_commands.py:907 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:910 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:915 +#, docstring +msgid "Sets Red's avatar" +msgstr "" + +#: redbot/core/core_commands.py:924 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL must be a direct link to a JPG / PNG." +msgstr "Failed. Remember that ye can edit my avatar up to two times a hour. Thee URL must be a direct link to a JPG / PNG." + +#: redbot/core/core_commands.py:931 +msgid "JPG / PNG format only." +msgstr "Thee JPG / PNG format only." + +#: redbot/core/core_commands.py:939 +#, docstring +msgid "Sets Red's playing status" +msgstr "" + +#: redbot/core/core_commands.py:947 +msgid "Game set." +msgstr "Thee game set." + +#: redbot/core/core_commands.py:953 +#, docstring +msgid "Sets Red's listening status" +msgstr "" + +#: redbot/core/core_commands.py:961 +msgid "Listening set." +msgstr "" + +#: redbot/core/core_commands.py:967 +#, docstring +msgid "Sets Red's watching status" +msgstr "" + +#: redbot/core/core_commands.py:975 +msgid "Watching set." +msgstr "" + +#: redbot/core/core_commands.py:981 +#, docstring +msgid "Sets Red's status\\n\\n Available statuses:\\n online\\n idle\\n dnd\\n invisible\\n " +msgstr "" + +#: redbot/core/core_commands.py:1004 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:1010 +#, docstring +msgid "Sets Red's streaming status\\n Leaving both streamer and stream_title empty will clear it." +msgstr "" + +#: redbot/core/core_commands.py:1031 +#, docstring +msgid "Sets Red's username" +msgstr "" + +#: redbot/core/core_commands.py:1036 +msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" +msgstr "Failed to change name. Remember that ye can only do it up to 2 times an hour. Use nicknames if ye need frequent changes. `{}set nickname`" + +#: redbot/core/core_commands.py:1050 +#, docstring +msgid "Sets Red's nickname" +msgstr "" + +#: redbot/core/core_commands.py:1054 +msgid "I lack the permissions to change my own nickname." +msgstr "I lack thee permissions to change my own nickname." + +#: redbot/core/core_commands.py:1061 +#, docstring +msgid "Sets Red's global prefix(es)" +msgstr "" + +#: redbot/core/core_commands.py:1066 redbot/core/core_commands.py:1079 +msgid "Prefix set." +msgstr "Prefix set." + +#: redbot/core/core_commands.py:1072 +#, docstring +msgid "Sets Red's server prefix(es)" +msgstr "" + +#: redbot/core/core_commands.py:1075 +msgid "Guild prefixes have been reset." +msgstr "Yarr! Guild prefixes have been reset." + +#: redbot/core/core_commands.py:1084 +#, docstring +msgid "Sets Red's main owner" +msgstr "" + +#: redbot/core/core_commands.py:1093 +msgid "{0} ({0.id}) requested to be set as owner." +msgstr "" + +#: redbot/core/core_commands.py:1094 +msgid "\\nVerification token:" +msgstr "" + +#: redbot/core/core_commands.py:1097 +msgid "⚠ **Only** the person who is hosting Red should be owner. **This has SERIOUS security implications. The owner can access any data that is present on the host system.** ⚠" +msgstr "" + +#: redbot/core/core_commands.py:1103 +msgid "Remember:\\n" +msgstr "" + +#: redbot/core/core_commands.py:1107 +msgid "I have printed a one-time token in the console. Copy and paste it here to confirm you are the owner." +msgstr "I have printed a one-time token in the console. Copy and paste it here to confirm you are the owner." + +#: redbot/core/core_commands.py:1120 +msgid "The `{prefix}set owner` request has timed out." +msgstr "" + +#: redbot/core/core_commands.py:1127 +msgid "You have been set as owner." +msgstr "You have been set as owner." + +#: redbot/core/core_commands.py:1129 +msgid "Invalid token." +msgstr "Invalid token." + +#: redbot/core/core_commands.py:1134 +#, docstring +msgid "Change bot token." +msgstr "" + +#: redbot/core/core_commands.py:1144 +msgid "Please use that command in DM. Since users probably saw your token, it is recommended to reset it right now. Go to the following link and select `Reveal Token` and `Generate a new token?`.\\n\\nhttps://discordapp.com/developers/applications/me/{}" +msgstr "" + +#: redbot/core/core_commands.py:1154 +msgid "Token set. Restart me." +msgstr "" + +#: redbot/core/core_commands.py:1159 +#, docstring +msgid "\\n Changes bot locale.\\n\\n Use [p]listlocales to get a list of available locales.\\n\\n To reset to English, use \\\"en-US\\\".\\n " +msgstr "" + +#: redbot/core/core_commands.py:1172 +msgid "Locale has been set." +msgstr "Yer Locale has been set." + +#: redbot/core/core_commands.py:1175 +msgid "Invalid locale. Use `{prefix}listlocales` to get a list of available locales." +msgstr "" + +#: redbot/core/core_commands.py:1184 +#, docstring +msgid "Customizes a section of [p]info\\n\\n The maximum amount of allowed characters is 1024.\\n Supports markdown, links and \\\"mentions\\\".\\n Link example:\\n `[My link](https://example.com)`\\n " +msgstr "" + +#: redbot/core/core_commands.py:1193 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1197 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:1200 +msgid "Characters must be fewer than 1024." +msgstr "" + +#: redbot/core/core_commands.py:1205 +#, docstring +msgid "Set various external API tokens.\\n \\n This setting will be asked for by some 3rd party cogs and some core cogs.\\n\\n To add the keys provide the service name and the tokens as a comma separated\\n list of key,values as described by the cog requesting this command.\\n\\n Note: API tokens are sensitive and should only be used in a private channel\\n or in DM with the bot.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:1223 +#, docstring +msgid "Manage settings for the help command." +msgstr "" + +#: redbot/core/core_commands.py:1228 +#, docstring +msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False. \\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1239 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:1241 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\\n This allows the help command to show hidden commands\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1255 +msgid "Help will not filter hidden commands" +msgstr "" + +#: redbot/core/core_commands.py:1257 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:1261 +#, docstring +msgid "\\n Sets if commands which can't be run in the current context should be\\n filtered from help\\n\\n Defaults to True.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1272 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:1278 +#, docstring +msgid "\\n This allows the bot to respond indicating the existence of a specific\\n help topic even if the user can't use it.\\n\\n Note: This setting on it's own does not fully prevent command enumeration.\\n\\n Defaults to False.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1291 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:1294 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:1302 +#, docstring +msgid "Set the character limit for each page in the help message.\\n\\n This setting only applies to embedded help.\\n\\n Please note that setting a relitavely small character limit may\\n mean some pages will exceed this limit. This is because categories\\n are never spread across multiple pages in the help message.\\n\\n The default value is 1000 characters.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1313 +msgid "You must give a positive value!" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1321 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded help.\\n\\n If a help message contains more pages than this value, the help message will\\n be sent to the command author via DM. This is to help reduce spam in server\\n text channels.\\n\\n The default value is 2 pages.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1332 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1340 +#, docstring +msgid "\\n Set the tagline to be used.\\n\\n This setting only applies to embedded help. If no tagline is\\n specified, the default will be used instead.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1348 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:1352 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:1360 +msgid "The tagline has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1365 +#, docstring +msgid "\\n Lists all available locales\\n\\n Use `[p]set locale` to set a locale\\n " +msgstr "" + +#: redbot/core/core_commands.py:1377 +msgid "No languages found." +msgstr "" + +#: redbot/core/core_commands.py:1386 +#, docstring +msgid "Creates a backup of all data for the instance." +msgstr "" + +#: redbot/core/core_commands.py:1391 +msgid "That path doesn't seem to exist. Please provide a valid path." +msgstr "" + +#: redbot/core/core_commands.py:1453 +msgid "A backup has been made of this instance. It is at {}." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "This backup is too large to send via DM." +msgstr "" + +#: redbot/core/core_commands.py:1458 +msgid "Would you like to receive a copy via DM? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1467 +msgid "OK, it's on its way!" +msgstr "" + +#: redbot/core/core_commands.py:1471 +msgid "Here's a copy of the backup" +msgstr "" + +#: redbot/core/core_commands.py:1476 +msgid "I don't seem to be able to DM you. Do you have closed DMs?" +msgstr "" + +#: redbot/core/core_commands.py:1479 +msgid "I could not send the backup file." +msgstr "" + +#: redbot/core/core_commands.py:1481 +msgid "OK then." +msgstr "" + +#: redbot/core/core_commands.py:1483 +msgid "That directory doesn't seem to exist..." +msgstr "" + +#: redbot/core/core_commands.py:1488 +#, docstring +msgid "Sends a message to the owner" +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:1494 +msgid "through DM" +msgstr "through DM" + +#: redbot/core/core_commands.py:1496 +msgid "from {}" +msgstr "from {}" + +#: redbot/core/core_commands.py:1497 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:1506 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Use `{}dm {} ` to reply to this user" + +#: redbot/core/core_commands.py:1508 +msgid "Sent by {} {}" +msgstr "Sent by {} {}" + +#: redbot/core/core_commands.py:1513 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:1582 +msgid "Your message has been sent." +msgstr "Your message in a bottle has been sent to sea." + +#: redbot/core/core_commands.py:1584 +msgid "I'm unable to deliver your message. Sorry." +msgstr "I be unable to deliver yer message. Sorry." + +#: redbot/core/core_commands.py:1589 +#, docstring +msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" +msgstr "" + +#: redbot/core/core_commands.py:1598 +msgid "Invalid ID or user not found. You can only send messages to people I share a server with." +msgstr "Invalid ID or user not found. Ye can only send messages to people I share a guild with." + +#: redbot/core/core_commands.py:1609 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:1610 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:1624 redbot/core/core_commands.py:1634 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:1627 redbot/core/core_commands.py:1637 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:1642 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:1646 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:1652 +#, docstring +msgid "Shows debug information useful for debugging.." +msgstr "" + +#: redbot/core/core_commands.py:1705 +#, docstring +msgid "\\n Whitelist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1712 +#, docstring +msgid "\\n Adds a user to the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1719 redbot/core/core_commands.py:1844 +msgid "User added to whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1723 +#, docstring +msgid "\\n Lists whitelisted users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1728 +msgid "Whitelisted Users:" +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, docstring +msgid "\\n Removes user from whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1879 +msgid "User has been removed from whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1750 redbot/core/core_commands.py:1884 +msgid "User was not in the whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1754 +#, docstring +msgid "\\n Clears the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1758 redbot/core/core_commands.py:1894 +msgid "Whitelist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1763 +#, docstring +msgid "\\n Blacklist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1770 +#, docstring +msgid "\\n Adds a user to the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1774 redbot/core/core_commands.py:1915 +msgid "You cannot blacklist an owner!" +msgstr "" + +#: redbot/core/core_commands.py:1781 redbot/core/core_commands.py:1923 +msgid "User added to blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1785 +#, docstring +msgid "\\n Lists blacklisted users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1790 +msgid "Blacklisted Users:" +msgstr "" + +#: redbot/core/core_commands.py:1799 +#, docstring +msgid "\\n Removes user from blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1810 redbot/core/core_commands.py:1958 +msgid "User has been removed from blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1812 redbot/core/core_commands.py:1963 +msgid "User was not in the blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1816 +#, docstring +msgid "\\n Clears the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1820 redbot/core/core_commands.py:1973 +msgid "Blacklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1826 +#, docstring +msgid "\\n Whitelist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1835 +#, docstring +msgid "\\n Adds a user or role to the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "Role added to whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1850 +#, docstring +msgid "\\n Lists whitelisted users and roles.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1855 +msgid "Whitelisted Users and roles:" +msgstr "" + +#: redbot/core/core_commands.py:1866 +#, docstring +msgid "\\n Removes user or role from whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1881 +msgid "Role has been removed from whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1886 +msgid "Role was not in the whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1890 +#, docstring +msgid "\\n Clears the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1900 +#, docstring +msgid "\\n blacklist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1909 +#, docstring +msgid "\\n Adds a user or role to the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "Role added to blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1929 +#, docstring +msgid "\\n Lists blacklisted users and roles.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1934 +msgid "Blacklisted Users and Roles:" +msgstr "" + +#: redbot/core/core_commands.py:1945 +#, docstring +msgid "\\n Removes user or role from blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1960 +msgid "Role has been removed from blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1965 +msgid "Role was not in the blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1969 +#, docstring +msgid "\\n Clears the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1978 +#, docstring +msgid "Manage the bot's commands." +msgstr "" + +#: redbot/core/core_commands.py:1983 +#, docstring +msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1997 +#, docstring +msgid "Disable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:2001 redbot/core/core_commands.py:2029 +#: redbot/core/core_commands.py:2073 redbot/core/core_commands.py:2095 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:2007 redbot/core/core_commands.py:2035 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:2016 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:2025 +#, docstring +msgid "Disable a command in this server only." +msgstr "" + +#: redbot/core/core_commands.py:2040 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:2050 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:2056 +#, docstring +msgid "Enable a command.\\n\\n If you're a bot owner, this will try to enable a globally\\n disabled command by default.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2069 +#, docstring +msgid "Enable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:2082 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:2091 +#, docstring +msgid "Enable a command in this server." +msgstr "" + +#: redbot/core/core_commands.py:2100 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:2110 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:2117 +#, docstring +msgid "Set the bot's response to disabled commands.\\n\\n Leave blank to send nothing.\\n\\n To include the command name in the message, include the\\n `{command}` placeholder.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2131 +#, docstring +msgid "\\n Server settings for immunity from automated actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2138 +#, docstring +msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " +msgstr "" + +#: redbot/core/core_commands.py:2150 +msgid "Roles immune from automated moderation actions:\\n" +msgstr "" + +#: redbot/core/core_commands.py:2155 +msgid "Members immune from automated moderation actions:\\n" +msgstr "" + +#: redbot/core/core_commands.py:2159 +msgid "No immunty settings here." +msgstr "" + +#: redbot/core/core_commands.py:2168 +#, docstring +msgid "\\n Makes a user or roles immune from automated moderation actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2173 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:2181 +#, docstring +msgid "\\n Makes a user or roles immune from automated moderation actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2186 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:2194 +#, docstring +msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2199 +msgid "They are immune" +msgstr "" + +#: redbot/core/core_commands.py:2201 +msgid "They are not Immune" +msgstr "" + +#: redbot/core/core_commands.py:2206 +#, docstring +msgid "\\n Commands for configuring owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2213 +#, docstring +msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2226 +#, docstring +msgid "\\n Opt-out of recieving owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2239 +#, docstring +msgid "\\n Adds a destination text channel to recieve owner notifications\\n " +msgstr "" + +#: redbot/core/core_commands.py:2258 +#, docstring +msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2275 +#, docstring +msgid "\\n Lists the configured extra destinations for owner notifications\\n " +msgstr "" + +#: redbot/core/core_commands.py:2282 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/dev_commands.py:81 +#, docstring +msgid "Evaluate a statement of python code.\\n\\n The bot will always respond with the return value of the code.\\n If the return value of the code is a coroutine, it will be awaited,\\n and the result of that will be the bot's response.\\n\\n Note: Only one statement may be evaluated. Using await, yield or\\n similar restricted keywords will result in a syntax error. For multiple\\n lines or asynchronous code, see [p]repl or [p]eval.\\n\\n Environment Variables:\\n ctx - command invokation context\\n bot - bot object\\n channel - the current channel object\\n author - command author's member object\\n message - the command's message object\\n discord - discord.py library\\n commands - redbot.core.commands\\n _ - The result of the last dev command.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:137 +#, docstring +msgid "Execute asynchronous code.\\n\\n This command wraps code into the body of an async function and then\\n calls and awaits it. The bot will respond with anything printed to\\n stdout, as well as the return value of the function.\\n\\n The code can be within a codeblock, inline code or neither, as long\\n as they are not mixed and they are formatted correctly.\\n\\n Environment Variables:\\n ctx - command invokation context\\n bot - bot object\\n channel - the current channel object\\n author - command author's member object\\n message - the command's message object\\n discord - discord.py library\\n commands - redbot.core.commands\\n _ - The result of the last dev command.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:202 +#, docstring +msgid "Open an interactive REPL.\\n\\n The REPL will only recognise code as messages which start with a\\n backtick. This includes codeblocks, and as such multiple lines can be\\n evaluated.\\n\\n You may not await any code in this REPL unless you define it inside an\\n async function.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:223 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "Already running a REPL session in this channel, capt'n. Exit it with `quit`." + +#: redbot/core/dev_commands.py:228 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." +msgstr "Enter code to execute or evaluate. `exit()` or `quit` to exit." + +#: redbot/core/dev_commands.py:236 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:287 +msgid "Unexpected error: `{}`" +msgstr "Unexpected error: `{}`" + +#: redbot/core/dev_commands.py:292 +#, docstring +msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:305 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\\n\\n Only reads the raw content of the message. Attachments, embeds etc. are\\n ignored.\\n " +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max:,} {currency}." +msgstr "" + +#: redbot/core/modlog.py:165 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:169 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:171 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:176 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:216 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:218 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:219 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:223 redbot/core/modlog.py:228 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:224 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:230 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:232 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:239 +msgid "**User:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:240 +msgid "**Moderator:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:243 +msgid "**Until:** {}\\n**Duration:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:245 +msgid "**Channel**: {}\\n" +msgstr "" + +#: redbot/core/modlog.py:247 +msgid "**Amended by:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:249 +msgid "**Last modified at:** {}\\n" +msgstr "" + diff --git a/rubycore/locales/en-US.po b/rubycore/locales/en-US.po new file mode 100644 index 0000000..1b7140f --- /dev/null +++ b/rubycore/locales/en-US.po @@ -0,0 +1,1410 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-11-19 00:33+0000\n" +"PO-Revision-Date: 2020-01-07 21:49\n" +"Last-Translator: FULL NAME \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: /locales/messages.pot\n" +"Language: en_US\n" + +#: redbot/core/bank.py:717 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:724 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:312 +#, docstring +msgid "Commands to interface with Ruby's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:317 +#, docstring +msgid "\\n Lists current cog paths in order of priority.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:325 +msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" +msgstr "" + +#: redbot/core/cog_manager.py:339 +#, docstring +msgid "\\n Add a path to the list of available cog paths.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:343 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:356 +#, docstring +msgid "\\n Removes a path from the available cog paths given the path_number\\n from !paths\\n " +msgstr "" + +#: redbot/core/cog_manager.py:362 redbot/core/cog_manager.py:385 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:369 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:373 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:378 +#, docstring +msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:392 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:398 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:402 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:407 +#, docstring +msgid "\\n Returns the current install path or sets it if one is provided.\\n The provided path must be absolute or relative to the bot's\\n directory and it must already exist.\\n\\n No installed cogs will be transferred in the process.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:420 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:425 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:431 +#, docstring +msgid "\\n Lists all loaded and available cogs.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:444 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:445 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:455 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:457 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:264 +#, docstring +msgid "Commands related to core functions" +msgstr "" + +#: redbot/core/core_commands.py:268 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:273 +#, docstring +msgid "Shows info about Ruby" +msgstr "" + +#: redbot/core/core_commands.py:294 +msgid "This is an instance of [Ruby, a fork of an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRuby is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:303 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:306 +msgid "Ruby version" +msgstr "" + +#: redbot/core/core_commands.py:309 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:309 +msgid "Yes, {} is available" +msgstr "" + +#: redbot/core/core_commands.py:312 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:313 +msgid "About Ruby" +msgstr "" + +#: redbot/core/core_commands.py:316 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:321 +msgid "I need the `Embed links` permission to send this" +msgstr "" + +#: redbot/core/core_commands.py:325 +#, docstring +msgid "Shows Ruby's uptime" +msgstr "" + +#: redbot/core/core_commands.py:329 +msgid "Been up for: **{}** (since {} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:336 +#, docstring +msgid "\\n Commands for toggling embeds on or off.\\n\\n This setting determines whether or not to\\n use embeds as a response to a command (for\\n commands that support it). The default is to\\n use embeds.\\n " +msgstr "" + +#: redbot/core/core_commands.py:345 +msgid "Embed settings:\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:347 +msgid "Global default: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:350 +msgid "Guild setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:352 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:358 +#, docstring +msgid "\\n Toggle the global embed setting.\\n\\n This is used as a fallback if the user\\n or guild hasn't set a preference. The\\n default is to use embeds.\\n " +msgstr "" + +#: redbot/core/core_commands.py:368 +msgid "Embeds are now {} by default." +msgstr "" + +#: redbot/core/core_commands.py:368 redbot/core/core_commands.py:392 +#: redbot/core/core_commands.py:414 redbot/core/core_commands.py:874 +#: redbot/core/core_commands.py:890 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:368 redbot/core/core_commands.py:392 +#: redbot/core/core_commands.py:414 redbot/core/core_commands.py:874 +#: redbot/core/core_commands.py:890 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:375 +#, docstring +msgid "\\n Toggle the guild's embed setting.\\n\\n If enabled is None, the setting will be unset and\\n the global default will be used instead.\\n\\n If set, this is used instead of the global default\\n to determine whether or not to use embeds. This is\\n used for all commands done in a guild channel except\\n for help commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:388 redbot/core/core_commands.py:411 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:391 +msgid "Embeds are now {} for this guild." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\\n Toggle the user's embed setting.\\n\\n If enabled is None, the setting will be unset and\\n the global default will be used instead.\\n\\n If set, this is used instead of the global default\\n to determine whether or not to use embeds. This is\\n used for all commands done in a DM with the bot, as\\n well as all help commands everywhere.\\n " +msgstr "" + +#: redbot/core/core_commands.py:414 +msgid "Embeds are now {} for you." +msgstr "" + +#: redbot/core/core_commands.py:420 +#, docstring +msgid "Sends to the owner the last command exception that has occurred\\n\\n If public (yes is specified), it will be sent to the chat instead" +msgstr "" + +#: redbot/core/core_commands.py:432 +msgid "No exception has occurred yet" +msgstr "" + +#: redbot/core/core_commands.py:437 +#, docstring +msgid "Show's Ruby's invite url" +msgstr "" + +#: redbot/core/core_commands.py:443 +#, docstring +msgid "Setup the bot's invite" +msgstr "" + +#: redbot/core/core_commands.py:448 +#, docstring +msgid "\\n Define if the command should be accessible for the average users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:478 +#, docstring +msgid "\\n Make the bot create its own role with permissions on join.\\n\\n The bot will create its own role with the desired permissions when he join a new server. This is a special role that can't be deleted or removed from the bot.\\n\\n For that, you need to give a valid permissions level.\\n You can generate one here: https://discordapi.com/permissions.html\\n\\n Please note that you might need the two factor authentification for some permissions.\\n " +msgstr "" + +#: redbot/core/core_commands.py:498 +#, docstring +msgid "Leaves server" +msgstr "" + +#: redbot/core/core_commands.py:499 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:505 redbot/core/core_commands.py:558 +#: redbot/core/core_commands.py:1464 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:509 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:510 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:513 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:518 +#, docstring +msgid "Lists and allows to leave servers" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:544 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:547 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:554 redbot/core/core_commands.py:933 +#: redbot/core/core_commands.py:1026 redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1056 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:563 +#, docstring +msgid "Loads packages" +msgstr "" + +#: redbot/core/core_commands.py:574 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:579 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:583 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:595 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:603 redbot/core/core_commands.py:701 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:607 redbot/core/core_commands.py:705 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:615 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:619 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:632 +#, docstring +msgid "Unloads packages" +msgstr "" + +#: redbot/core/core_commands.py:642 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:670 +#, docstring +msgid "Reloads packages" +msgstr "" + +#: redbot/core/core_commands.py:683 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:688 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:693 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:713 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:717 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:730 +#, docstring +msgid "Shuts down the bot" +msgstr "" + +#: redbot/core/core_commands.py:735 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:741 +#, docstring +msgid "Attempts to restart Ruby\\n\\n Makes Ruby quit with exit code 26\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use" +msgstr "" + +#: redbot/core/core_commands.py:748 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:753 +#, docstring +msgid "Changes Ruby's settings" +msgstr "" + +#: redbot/core/core_commands.py:766 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:777 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}" +msgstr "" + +#: redbot/core/core_commands.py:795 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:802 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:808 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:813 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:815 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:821 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:828 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:839 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:841 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\\n Toggle whether to use the bot owner-configured colour for embeds.\\n\\n Default is to not use the bot's configured colour, in which case the\\n colour used will be the colour of the bot's top role.\\n " +msgstr "" + +#: redbot/core/core_commands.py:856 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:857 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:857 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:865 +#, docstring +msgid "\\n Toggle whether to enable fuzzy command search for the server.\\n\\n Default is for fuzzy command search to be disabled.\\n " +msgstr "" + +#: redbot/core/core_commands.py:873 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:881 +#, docstring +msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +msgstr "" + +#: redbot/core/core_commands.py:889 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:897 +#, docstring +msgid "\\n Sets a default colour to be used for the bot's embeds.\\n\\n Acceptable values for the colour parameter can be found at:\\n\\n https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\\n " +msgstr "" + +#: redbot/core/core_commands.py:907 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:910 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:915 +#, docstring +msgid "Sets Ruby's avatar" +msgstr "" + +#: redbot/core/core_commands.py:924 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL must be a direct link to a JPG / PNG." +msgstr "" + +#: redbot/core/core_commands.py:931 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:939 +#, docstring +msgid "Sets Ruby's playing status" +msgstr "" + +#: redbot/core/core_commands.py:947 +msgid "Game set." +msgstr "" + +#: redbot/core/core_commands.py:953 +#, docstring +msgid "Sets Ruby's listening status" +msgstr "" + +#: redbot/core/core_commands.py:961 +msgid "Listening set." +msgstr "" + +#: redbot/core/core_commands.py:967 +#, docstring +msgid "Sets Ruby's watching status" +msgstr "" + +#: redbot/core/core_commands.py:975 +msgid "Watching set." +msgstr "" + +#: redbot/core/core_commands.py:981 +#, docstring +msgid "Sets Ruby's status\\n\\n Available statuses:\\n online\\n idle\\n dnd\\n invisible\\n " +msgstr "" + +#: redbot/core/core_commands.py:1004 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:1010 +#, docstring +msgid "Sets Ruby's streaming status\\n Leaving both streamer and stream_title empty will clear it." +msgstr "" + +#: redbot/core/core_commands.py:1031 +#, docstring +msgid "Sets Ruby's username" +msgstr "" + +#: redbot/core/core_commands.py:1036 +msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" +msgstr "" + +#: redbot/core/core_commands.py:1050 +#, docstring +msgid "Sets Ruby's nickname" +msgstr "" + +#: redbot/core/core_commands.py:1054 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:1061 +#, docstring +msgid "Sets Ruby's global prefix(es)" +msgstr "" + +#: redbot/core/core_commands.py:1066 redbot/core/core_commands.py:1079 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:1072 +#, docstring +msgid "Sets Ruby's server prefix(es)" +msgstr "" + +#: redbot/core/core_commands.py:1075 +msgid "Guild prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:1084 +#, docstring +msgid "Sets Ruby's main owner" +msgstr "" + +#: redbot/core/core_commands.py:1093 +msgid "{0} ({0.id}) requested to be set as owner." +msgstr "" + +#: redbot/core/core_commands.py:1094 +msgid "\\nVerification token:" +msgstr "" + +#: redbot/core/core_commands.py:1097 +msgid "⚠ **Only** the person who is hosting Ruby should be owner. **This has SERIOUS security implications. The owner can access any data that is present on the host system.** ⚠" +msgstr "" + +#: redbot/core/core_commands.py:1103 +msgid "Remember:\\n" +msgstr "" + +#: redbot/core/core_commands.py:1107 +msgid "I have printed a one-time token in the console. Copy and paste it here to confirm you are the owner." +msgstr "" + +#: redbot/core/core_commands.py:1120 +msgid "The `{prefix}set owner` request has timed out." +msgstr "" + +#: redbot/core/core_commands.py:1127 +msgid "You have been set as owner." +msgstr "" + +#: redbot/core/core_commands.py:1129 +msgid "Invalid token." +msgstr "" + +#: redbot/core/core_commands.py:1134 +#, docstring +msgid "Change bot token." +msgstr "" + +#: redbot/core/core_commands.py:1144 +msgid "Please use that command in DM. Since users probably saw your token, it is recommended to reset it right now. Go to the following link and select `Reveal Token` and `Generate a new token?`.\\n\\nhttps://discordapp.com/developers/applications/me/{}" +msgstr "" + +#: redbot/core/core_commands.py:1154 +msgid "Token set. Restart me." +msgstr "" + +#: redbot/core/core_commands.py:1159 +#, docstring +msgid "\\n Changes bot locale.\\n\\n Use [p]listlocales to get a list of available locales.\\n\\n To reset to English, use \\\"en-US\\\".\\n " +msgstr "" + +#: redbot/core/core_commands.py:1172 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:1175 +msgid "Invalid locale. Use `{prefix}listlocales` to get a list of available locales." +msgstr "" + +#: redbot/core/core_commands.py:1184 +#, docstring +msgid "Customizes a section of [p]info\\n\\n The maximum amount of allowed characters is 1024.\\n Supports markdown, links and \\\"mentions\\\".\\n Link example:\\n `[My link](https://example.com)`\\n " +msgstr "" + +#: redbot/core/core_commands.py:1193 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1197 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:1200 +msgid "Characters must be fewer than 1024." +msgstr "" + +#: redbot/core/core_commands.py:1205 +#, docstring +msgid "Set various external API tokens.\\n \\n This setting will be asked for by some 3rd party cogs and some core cogs.\\n\\n To add the keys provide the service name and the tokens as a comma separated\\n list of key,values as described by the cog requesting this command.\\n\\n Note: API tokens are sensitive and should only be used in a private channel\\n or in DM with the bot.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:1223 +#, docstring +msgid "Manage settings for the help command." +msgstr "" + +#: redbot/core/core_commands.py:1228 +#, docstring +msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False. \\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1239 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:1241 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\\n This allows the help command to show hidden commands\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1255 +msgid "Help will not filter hidden commands" +msgstr "" + +#: redbot/core/core_commands.py:1257 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:1261 +#, docstring +msgid "\\n Sets if commands which can't be run in the current context should be\\n filtered from help\\n\\n Defaults to True.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1272 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:1278 +#, docstring +msgid "\\n This allows the bot to respond indicating the existence of a specific\\n help topic even if the user can't use it.\\n\\n Note: This setting on it's own does not fully prevent command enumeration.\\n\\n Defaults to False.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1291 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:1294 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:1302 +#, docstring +msgid "Set the character limit for each page in the help message.\\n\\n This setting only applies to embedded help.\\n\\n Please note that setting a relitavely small character limit may\\n mean some pages will exceed this limit. This is because categories\\n are never spread across multiple pages in the help message.\\n\\n The default value is 1000 characters.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1313 +msgid "You must give a positive value!" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1321 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded help.\\n\\n If a help message contains more pages than this value, the help message will\\n be sent to the command author via DM. This is to help reduce spam in server\\n text channels.\\n\\n The default value is 2 pages.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1332 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1340 +#, docstring +msgid "\\n Set the tagline to be used.\\n\\n This setting only applies to embedded help. If no tagline is\\n specified, the default will be used instead.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1348 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:1352 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:1360 +msgid "The tagline has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1365 +#, docstring +msgid "\\n Lists all available locales\\n\\n Use `[p]set locale` to set a locale\\n " +msgstr "" + +#: redbot/core/core_commands.py:1377 +msgid "No languages found." +msgstr "" + +#: redbot/core/core_commands.py:1386 +#, docstring +msgid "Creates a backup of all data for the instance." +msgstr "" + +#: redbot/core/core_commands.py:1391 +msgid "That path doesn't seem to exist. Please provide a valid path." +msgstr "" + +#: redbot/core/core_commands.py:1453 +msgid "A backup has been made of this instance. It is at {}." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "This backup is too large to send via DM." +msgstr "" + +#: redbot/core/core_commands.py:1458 +msgid "Would you like to receive a copy via DM? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1467 +msgid "OK, it's on its way!" +msgstr "" + +#: redbot/core/core_commands.py:1471 +msgid "Here's a copy of the backup" +msgstr "" + +#: redbot/core/core_commands.py:1476 +msgid "I don't seem to be able to DM you. Do you have closed DMs?" +msgstr "" + +#: redbot/core/core_commands.py:1479 +msgid "I could not send the backup file." +msgstr "" + +#: redbot/core/core_commands.py:1481 +msgid "OK then." +msgstr "" + +#: redbot/core/core_commands.py:1483 +msgid "That directory doesn't seem to exist..." +msgstr "" + +#: redbot/core/core_commands.py:1488 +#, docstring +msgid "Sends a message to the owner" +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:1494 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:1496 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:1497 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:1506 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:1513 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:1582 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:1584 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:1589 +#, docstring +msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" +msgstr "" + +#: redbot/core/core_commands.py:1598 +msgid "Invalid ID or user not found. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:1609 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:1610 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:1624 redbot/core/core_commands.py:1634 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:1627 redbot/core/core_commands.py:1637 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:1642 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:1646 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:1652 +#, docstring +msgid "Shows debug information useful for debugging.." +msgstr "" + +#: redbot/core/core_commands.py:1705 +#, docstring +msgid "\\n Whitelist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1712 +#, docstring +msgid "\\n Adds a user to the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1719 redbot/core/core_commands.py:1844 +msgid "User added to whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1723 +#, docstring +msgid "\\n Lists whitelisted users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1728 +msgid "Whitelisted Users:" +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, docstring +msgid "\\n Removes user from whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1879 +msgid "User has been removed from whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1750 redbot/core/core_commands.py:1884 +msgid "User was not in the whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1754 +#, docstring +msgid "\\n Clears the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1758 redbot/core/core_commands.py:1894 +msgid "Whitelist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1763 +#, docstring +msgid "\\n Blacklist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1770 +#, docstring +msgid "\\n Adds a user to the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1774 redbot/core/core_commands.py:1915 +msgid "You cannot blacklist an owner!" +msgstr "" + +#: redbot/core/core_commands.py:1781 redbot/core/core_commands.py:1923 +msgid "User added to blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1785 +#, docstring +msgid "\\n Lists blacklisted users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1790 +msgid "Blacklisted Users:" +msgstr "" + +#: redbot/core/core_commands.py:1799 +#, docstring +msgid "\\n Removes user from blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1810 redbot/core/core_commands.py:1958 +msgid "User has been removed from blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1812 redbot/core/core_commands.py:1963 +msgid "User was not in the blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1816 +#, docstring +msgid "\\n Clears the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1820 redbot/core/core_commands.py:1973 +msgid "Blacklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1826 +#, docstring +msgid "\\n Whitelist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1835 +#, docstring +msgid "\\n Adds a user or role to the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "Role added to whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1850 +#, docstring +msgid "\\n Lists whitelisted users and roles.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1855 +msgid "Whitelisted Users and roles:" +msgstr "" + +#: redbot/core/core_commands.py:1866 +#, docstring +msgid "\\n Removes user or role from whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1881 +msgid "Role has been removed from whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1886 +msgid "Role was not in the whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1890 +#, docstring +msgid "\\n Clears the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1900 +#, docstring +msgid "\\n blacklist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1909 +#, docstring +msgid "\\n Adds a user or role to the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "Role added to blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1929 +#, docstring +msgid "\\n Lists blacklisted users and roles.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1934 +msgid "Blacklisted Users and Roles:" +msgstr "" + +#: redbot/core/core_commands.py:1945 +#, docstring +msgid "\\n Removes user or role from blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1960 +msgid "Role has been removed from blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1965 +msgid "Role was not in the blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1969 +#, docstring +msgid "\\n Clears the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1978 +#, docstring +msgid "Manage the bot's commands." +msgstr "" + +#: redbot/core/core_commands.py:1983 +#, docstring +msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1997 +#, docstring +msgid "Disable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:2001 redbot/core/core_commands.py:2029 +#: redbot/core/core_commands.py:2073 redbot/core/core_commands.py:2095 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:2007 redbot/core/core_commands.py:2035 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:2016 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:2025 +#, docstring +msgid "Disable a command in this server only." +msgstr "" + +#: redbot/core/core_commands.py:2040 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:2050 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:2056 +#, docstring +msgid "Enable a command.\\n\\n If you're a bot owner, this will try to enable a globally\\n disabled command by default.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2069 +#, docstring +msgid "Enable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:2082 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:2091 +#, docstring +msgid "Enable a command in this server." +msgstr "" + +#: redbot/core/core_commands.py:2100 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:2110 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:2117 +#, docstring +msgid "Set the bot's response to disabled commands.\\n\\n Leave blank to send nothing.\\n\\n To include the command name in the message, include the\\n `{command}` placeholder.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2131 +#, docstring +msgid "\\n Server settings for immunity from automated actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2138 +#, docstring +msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " +msgstr "" + +#: redbot/core/core_commands.py:2150 +msgid "Roles immune from automated moderation actions:\\n" +msgstr "" + +#: redbot/core/core_commands.py:2155 +msgid "Members immune from automated moderation actions:\\n" +msgstr "" + +#: redbot/core/core_commands.py:2159 +msgid "No immunty settings here." +msgstr "" + +#: redbot/core/core_commands.py:2168 +#, docstring +msgid "\\n Makes a user or roles immune from automated moderation actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2173 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:2181 +#, docstring +msgid "\\n Makes a user or roles immune from automated moderation actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2186 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:2194 +#, docstring +msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2199 +msgid "They are immune" +msgstr "" + +#: redbot/core/core_commands.py:2201 +msgid "They are not Immune" +msgstr "" + +#: redbot/core/core_commands.py:2206 +#, docstring +msgid "\\n Commands for configuring owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2213 +#, docstring +msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2226 +#, docstring +msgid "\\n Opt-out of recieving owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2239 +#, docstring +msgid "\\n Adds a destination text channel to recieve owner notifications\\n " +msgstr "" + +#: redbot/core/core_commands.py:2258 +#, docstring +msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2275 +#, docstring +msgid "\\n Lists the configured extra destinations for owner notifications\\n " +msgstr "" + +#: redbot/core/core_commands.py:2282 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/dev_commands.py:81 +#, docstring +msgid "Evaluate a statement of python code.\\n\\n The bot will always respond with the return value of the code.\\n If the return value of the code is a coroutine, it will be awaited,\\n and the result of that will be the bot's response.\\n\\n Note: Only one statement may be evaluated. Using await, yield or\\n similar restricted keywords will result in a syntax error. For multiple\\n lines or asynchronous code, see [p]repl or [p]eval.\\n\\n Environment Variables:\\n ctx - command invokation context\\n bot - bot object\\n channel - the current channel object\\n author - command author's member object\\n message - the command's message object\\n discord - discord.py library\\n commands - redbot.core.commands\\n _ - The result of the last dev command.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:137 +#, docstring +msgid "Execute asynchronous code.\\n\\n This command wraps code into the body of an async function and then\\n calls and awaits it. The bot will respond with anything printed to\\n stdout, as well as the return value of the function.\\n\\n The code can be within a codeblock, inline code or neither, as long\\n as they are not mixed and they are formatted correctly.\\n\\n Environment Variables:\\n ctx - command invokation context\\n bot - bot object\\n channel - the current channel object\\n author - command author's member object\\n message - the command's message object\\n discord - discord.py library\\n commands - redbot.core.commands\\n _ - The result of the last dev command.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:202 +#, docstring +msgid "Open an interactive REPL.\\n\\n The REPL will only recognise code as messages which start with a\\n backtick. This includes codeblocks, and as such multiple lines can be\\n evaluated.\\n\\n You may not await any code in this REPL unless you define it inside an\\n async function.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:223 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:228 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." +msgstr "" + +#: redbot/core/dev_commands.py:236 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:287 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:292 +#, docstring +msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:305 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\\n\\n Only reads the raw content of the message. Attachments, embeds etc. are\\n ignored.\\n " +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max:,} {currency}." +msgstr "" + +#: redbot/core/modlog.py:152 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:156 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:158 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:163 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:203 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:205 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:206 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:210 redbot/core/modlog.py:215 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:211 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:217 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:219 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:226 +msgid "**User:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:227 +msgid "**Moderator:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:230 +msgid "**Until:** {}\\n**Duration:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:232 +msgid "**Channel**: {}\\n" +msgstr "" + +#: redbot/core/modlog.py:234 +msgid "**Amended by:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:236 +msgid "**Last modified at:** {}\\n" +msgstr "" + diff --git a/rubycore/locales/es-ES.po b/rubycore/locales/es-ES.po new file mode 100644 index 0000000..ec2967a --- /dev/null +++ b/rubycore/locales/es-ES.po @@ -0,0 +1,5096 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File-ID: 4\n" +"Language: es_ES\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Comandos a la interfaz con el gestor de programas de Red." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Lista las rutas de engranaje actuales en orden de prioridad.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Ruta de instalación: {install_path}\n" +"Ruta del núcleo: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Añadir una ruta a la lista de rutas de engranaje disponibles.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Esa ruta es no existe o no apunta a un directorio válido." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "La ruta del cog no puede ser parte de la ruta de datos del bot ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "La ruta del cog no puede ser parte de la ruta del núcleo del bot ({core_path})." + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "La ruta proporcionada parece ser parte de un paquete cog, ¿estás seguro de que esta es la ruta que quieres añadir cómo una ruta para el cog?\n\n" +"Por ejemplo, en el siguiente caso, deberías añadir el {path} cómo una **ruta para el cog**:\n" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "\n" +"Por favor consulte la documentación de Cog Manager UI, si no estás seguro: " + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "Vale, la ruta no se añadirá." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Ruta añadida exitósamente." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" Elimina una o más rutas de las rutas de cog disponibles dado el `path_numbers` de `[p]paths`.\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Las siguientes rutas fueron eliminadas: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Los siguientes números de ruta no existen: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Reordena rutas internamente para permitir el descubrimiento de diferentes configuraciones.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Índice 'from' no válido." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Índice 'to' no válido." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Rutas reordenadas." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" Devuelve la ruta de instalación actual o la establece si uno esta es proporcionada.\n\n" +" La ruta proporcionada debe ser absoluta o relativa al directorio\n" +" del bot y ya debe existir.\n\n" +" No se transferirán Cogs instalados en el proceso.\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Esa ruta no existe." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "El bot instalará nuevos cogs en el directorio '{}'." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Muestra todos los cogs cargados y disponibles.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} cargado/s:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} sin cargar:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Para solucionar este problema, debes realizar una de las siguientes acciones:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Comprueba si quien llamó al comando no es un bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "El usuario es un bot quien les impide ejecutar cualquier comando." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Esto no se puede solucionar - Los bots no deberían estar escuchando a otros bots." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Verifique si el bot puede enviar mensajes en el canal indicado" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "El bot se agotó en el canal dado." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Para solucionar este problema, elimina el tiempo de espera del bot." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "El bot no tiene permiso para enviar mensajes en el canal dado." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Para solucionar este problema, asegúrate de que la configuración de permisos permite al bot enviar mensajes según la jerarquía de roles de Discord:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Comprueba si el canal y el servidor no están configurados para ser ignorados" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Para solucionar este problema, compruebe la lista devuelta por el comando {command} y asegúrese de que el hilo {thread}, su canal padre, y el servidor no sean parte de esa lista." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Para solucionar este problema, compruebe que la lista devuelta por el comando {command} y asegúrese de que el canal {channel} y el servidor no forman parte de esa lista." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Para solucionar este problema, compruebe la lista devuelta por el comando {command} y asegúrese de que el hilo {thread}, su canal padre, la categoría de canal a la que pertenece ({channel_category}), y el servidor no sean parte de esa lista." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Para solucionar este problema, compruebe la lista devuelta por el comando {command} y asegúrese de que el canal {channel} y la categoría de canal a la que pertenece ({channel_category}), y el servidor no sean parte de estalista." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "El bot está configurado para ignorar comandos en el canal dado o en este servidor." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Global allowlist previene que el usuario ejecute este comando." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para solucionar este problema, puede agregar el usuario a la lista permitida, o borrar la lista permitida.\n" +"Si quieres mantener la lista permitida, puedes ejecutar {command_1} que añadirá {user} a la lista permitida.\n" +"Si en su lugar quieres borrar la lista permitida y dejar que todos los usuarios ejecuten comandos libremente, puedes ejecutar {command_2} para hacerlo." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Global allowlist evita que el usuario ejecute este comando." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para solucionar este problema, puede agregar el usuario a la lista permitida, o borrar la lista permitida.\n" +"Si quieres mantener la lista permitida, puedes ejecutar {command_1} que añadirá {user} a la lista permitida.\n" +"Si en su lugar quieres borrar la lista permitida y dejar que todos los usuarios ejecuten comandos libremente, puedes ejecutar {command_2} para hacerlo." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Global allowlist evita que el usuario ejecute este comando." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para solucionar este problema, puede agregar el usuario o uno de sus roles a la lista local permitida, o borrar la lista local permitida.\n" +"Si quieres mantener la lista local permitida, puedes ejecutar {command_1} que añadirá {user} a la lista local permitida.\n" +"Si en su lugar quieres borrar la lista local permitida y dejar que todos los usuarios ejecuten comandos libremente, puedes ejecutar {command_2} para hacerlo." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Lista local de bloqueo impide que el usuario ejecute este comando." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para solucionar este problema, puede borrar los roles del usuario de la lista local de bloqueo, o borrar la lista local de bloqueo.\n" +"Si quieres mantener la lista local de bloqueo, puedes ejecutar {command_1} que borrará los roles del usuario ({roles}) de la lista local de bloqueo.\n" +"Si en su lugar quieres borrar la lista local de bloqueo y dejar que todos los usuarios ejecuten comandos libremente, puedes ejecutar {command_2} para hacerlo." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para solucionar este problema, puede borrar el usuario y sus roles de la lista local de bloqueo, o borrar la lista local de bloqueo.\n" +"Si quieres mantener la lista local de bloqueo, puedes ejecutar {command_1} que borrará {user} y sus roles ({roles}) de la lista local de bloqueo.\n" +"Si en su lugar quieres borrar la lista local de bloqueo y dejar que todos los usuarios ejecuten comandos libremente, puedes ejecutar {command_2} para hacerlo." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para solucionar este problema, puede borrar los roles del usuario de la lista local de bloqueo, o borrar la lista local de bloqueo.\n" +"Si quieres mantener la lista local de bloqueo, puedes ejecutar {command_1} que borrará {user} de la lista local de bloqueo.\n" +"Si en su lugar quieres borrar la lista local de bloqueo y dejar que todos los usuarios ejecuten comandos libremente, puedes ejecutar {command_2} para hacerlo." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Comprobaciones de listas de permitidos y listas de bloqueo" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Comprobaciones globales, de cog y de comando" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Este comando está deshabilitado en este servidor." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Uno de los padres del comando dado está deshabilitado globalmente." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Para solucionar este problema, puedes ejecutar {command} que habilitará el comando {affected_command} en este servidor." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Otros problemas relacionados con las comprobaciones" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Hay un problema relacionado con las comprobaciones para {command} pero no podemos determinar la causa exacta." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Para solucionar este problema, se requiere una revisión manual de las comprobaciones globales, de cog y de comando." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Comprobaciones globales" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Una de las comprobaciones globales del comando {command} falló con el siguiente mensaje:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Una de las comprobaciones globales del comando {command} falló sin un mensaje en especifico." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Chequeo del Cog" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "La comprobación del comando {command} falló con un mensaje:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "La comprobación del comando {command} falló sin un mensaje." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Comprobaciones de comando" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Una de las comprobaciónes del comando {command} falló con un mensaje:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Una de las comprobaciónes del comando {command} falló sin un mensaje." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Verificación de permisos" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "Cog de Verificación de permisos" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "El cog del comando dado está desactivado en este gremio." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Para solucionar este problema, puedes ejecutar {command} que habilitará el módulo {affected_cog} en este gremio." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Al bot le faltan algunos de los permisos de canal ({permissions}) requeridos por el cog {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Al bot le faltan algunos de los permisos de canal ({permissions}) requeridos por el comando {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Para solucionar este problema, conceda los permisos necesarios al bot a través de la configuración de rol o la anulación de permisos de canal." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Otros problemas relacionados con los permisos." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Error fatal: Hay un problema relacionado con los permisos para el módulo {cog} pero no podemos determinar la causa exacta." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Error fatal: Hay un problema relacionado con los permisos para el comando {command} pero no podemos determinar la causa exacta." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Este es un error inesperado, por favor repórtelo en el gestor de incidencias de Red." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Asegúrese de que el comando no es sólo para el propietario del bot" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "El comando es solo para el dueño del bot y el usuario indicado no es el dueño del bot." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Esto no se puede arreglar - los usuarios regulares no pueden ejecutar comandos que son sólo para el dueño del bot." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "hooks de permisos" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Error fatal: el resultado de los ganchos de permisos (permissions hooks) es inconsistente." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "Para solucionar este problema, se requiere una revisión manual de los cogs instalados." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "El acceso ha sido denegado por uno de los ganchos de permisos del bot." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Permisos del Usuario en Discord, nivel de privilegios y reglas del cog de Permisos" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "El acceso ha sido denegado debido a las reglas establecidas para el módulo {cog} con el Modulo de Permisos." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "El acceso ha sido denegado debido a las reglas establecidas para el commando {command} con el cog de Permisos." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "Para solucionar el problema, se requiere una revisión manual de las reglas." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Hay un problema relacionado con los permisos del Cog {cog} pero no pudimos determinar la causa exacta." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Hay un problema relacionado con los permisos del comando {command} pero no podemos determinar la causa exacta." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "Para solucionar este problema, se requiere una revisión manual del comando." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Comprobaciones de permisos" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "El acceso ha sido denegado por una de las comprobaciones de permisos del Cog {cog}." + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "El acceso ha sido denegado por una de las comprobaciones de permisos del comando {command}." + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "Para solucionar este problema, se requiere una revisión manual de las comprobaciones de permisos." + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "Permisos de discord y nivel de privilegios del usuario" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "concede los permisos necesarios al usuario a través de la configuración de roles o las sobrescrituras del canales" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Al usuario le faltan algunos de los permisos de canal ({permissions}) requeridos por el {cog} cog." + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Al usuario le faltan algunos de los permisos de canal ({permissions}) requeridos por el {command} cog." + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "el dueño del servidor\n" +"el dueño del gremio" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "el rol de moderador" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "el rol de administrador" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "asignar el rol apropiado al usuario" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "Al usuario le falta el nivel de privilegios ({privilege_level}) requerido por el módulo {cog}." + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "Al usuario le falta el nivel de privilegios ({privilege_level}) requerido por el comando {command}." + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "añadir la regla apropiada en el Permissions Cog" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "El usuario no tiene permisos de canal ({permissions}) ni el nivel de privilegios ({privilege_level}) requerido por el módulo de {cog}." + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "El usuario no tiene permisos de canal ({permissions}) ni el nivel de privilegios ({privilege_level}) requeridos por el comando {command}." + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "Verificación y comprobaciones de permisos para el comando {command}" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Otras comprobaciones de comandos" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "El comando indicado está fallando una de las comprobaciones requeridas." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "Para solucionar este problema, se requiere una revisión manual de las comprobaciones del comando." + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "Comprobaciones globales de 'una sola llamada'" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "Otras comprobaciones globales de 'una sola llamada'" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "Una de las comprobaciones globales de \"una sola llamada\" implementadas por un Cog de terceros impide que este comando sea ejecutado." + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Comprueba si el comando está deshabilitado" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "Para solucionar este problema, puedes ejecutar {command} que habilitará el comando {affected_command} globalmente." + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "El comando dado está desactivado globalmente." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Verificación de permisos y chequeos" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Superado" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Falló" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "Todas las comprobaciones pasaron sin detectarse problemas. Asegúrese de que los parámetros proporcionados corresponden al canal, usuario y nombre de comando que han sido problemáticos.\n\n" +"Si todavía no puedes encontrar el problema, es probable que uno de los Cogs de terceros que estás usando esté agregando otro Cog global o local antes de invocar al hook que previene que el comando sea invocado, haciendo que no pueda ser diagnosticado con esta herramienta." + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "El bot ha sido capaz de identificar el problema." + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Problema detectado: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Solución: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Aquí hay un informe detallado en caso de que lo necesites:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Canal: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Iniciador del Comando: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Comando: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Pruebas que han sido realizadas:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "¡Tu instancia Red está desactualizada! ¡{} es la versión actual, sin embargo estás usando {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Parece que el siguiente comando debería funcionar en la mayoría de escenarios ya que está basado en su versión actual de SO, entorno y Python, **te recomendamos que leas los documentos de actualización en <{docs}> y asegúrate de que no hay nada más que hacer durante la actualización.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"Tienes Python `{py_version}` y esta actualización requiere `{req_py}`; no puedes simplemente ejecutar el comando de actualización.\n\n" +"Necesitarás seguir las instrucciones de actualización en nuestros documentos anteriores si todavía necesitas ayuda para actualizar después de seguir los documentos ve a nuestro canal #support en " + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "\n\n" +"Para actualizar tu bot, primero apaga tu bot y luego abre una ventana de {console} (no como administrador) y ejecuta lo siguiente:{command_1}\n" +"Una vez que hayas iniciado tu bot de nuevo, le recomendamos que actualice cualquier cog de terceros instalado con este comando en Discord:{command_2}" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Línea de comandos" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Terminal" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` no es un valor válido para `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "El argumento `{parameter_name}` debe ser un entero positivo." + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "El argumento `{parameter_name}` debe ser un número entero menor 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 "El argumento `{parameter_name}` debe ser un número entero superior 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 "El argumento `{parameter_name}` debe ser un número entero entre {minimum} y {maximum}." + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "El argumento `{parameter_name}` debe ser un 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 "El argumento `{parameter_name}` debe ser un número menor a {maximum}." + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "El argumento `{parameter_name}` debe ser un número no inferior 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 "El argumento `{parameter_name}` debe ser un número entre {minimum} y {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 "El argumento `{parameter_name}` debe ser un string con una longitud menor 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 "El argumento `{parameter_name}` debe ser un string con una longitud mayor a {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 "El argumento `{parameter_name}` debe ser un string con una longitud entre {minimum} y {maximum}." + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "El argumento `{parameter_name}` debe ser un número mayor a {minimum}." + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "\"{argument}\" no es un entero." + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "\"{argument}\" no es un número." + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +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 +msgid "Error in command '{command}'." +msgstr "Error en el comando '{command}'." + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +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 +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 +msgid "That command is not available in DMs." +msgstr "Ese comando no está disponible en DMs." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Ese comando sólo está disponible en DMs." + +#: redbot/core/_events.py:422 +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 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "Este comando está en enfriamiento. Inténtalo de nuevo {relative_time}." + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "Demasiadas personas usando este comando. Sólo se puede usar {number} veces al mismo tiempo." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "Demasiadas personas usando este comando. Sólo se puede usar una vez al mismo tiempo." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Ese comando todavía se está completando, solo puede ser usado {number} veces por {type} al mismo tiempo." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Este comando todavía se está completando, solo se puede usar una vez cada {type} al mismo tiempo." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "Demasiadas personas usando este comando. Sólo se puede usar {number} veces por {type} al mismo tiempo." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "Demasiadas personas usando este comando. Sólo se puede usar una vez cada {type} al mismo tiempo." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "No se puede pagar con este comando en DM sin un banco global." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "El comando {command_name} ya es un comando o alias existente en uno de los cogs cargados." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" El cog núcleo tiene muchos comandos relacionados con las funciones del núcleo.\n\n" +" Estos comandos vienen cargados con cada bot Red, y cubren algunos de los usos más básicos del bot.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "Muestra información sobre [botname]." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Este bot es una instancia de [Red, un bot de código abierto de Discord]({}) creado por [Twentysix]({}) y [mejorado por muchos]({}).\n\n" +"Red está respaldado por una comunidad apasionada que contribuye y crea contenido para que todos puedan disfrutarlo. [Únete hoy a nosotros]({}) y ayúdanos a mejorar!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Esta Instancia es propiedad del equipo" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instancia de" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Versión de Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Si, {version} está disponible." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Error al buscar actualizaciones." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Desactualizado" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Acerca de esta instancia" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Acerca de Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Trayendo alegría desde el 02 de enero de 2016 (¡hace más de {} días!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Este bot es una instancia de Red, un bot Discord (1) de código abierto creado por Twentysix (2) y mejorado por muchos (3).\n\n" +"Red es apoyado por una comunidad apasionada que contribuye y crea contenido para que todos lo disfruten. Únete hoy (4) y ayúdanos a mejorar!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instancia propiedad del equipo: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Versión de Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instancia propiedad de: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord. y: [{dpy_version}] (6)\n" +"Versión de Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Obsoleto: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Acerca de Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Acerca de esta instancia**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Referencias**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Muestra el tiempo de actividad de [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Menos de 1 segundo." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "He estado activo durante: **{time_quantity}** (desde {timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Los comandos que interactúan con los datos que [botname] conoce sobre ti.\n\n" +" Puedes encontrar más información en la [Documentación de datos del usuario final.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "\n" +" Averigua qué tipo de datos [botname] almacena y por qué.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata whatdata`\n" +" " + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Este bot almacena algunos datos sobre los usuarios cuando sea necesario para funcionar. Esto es principalmente el ID que tu usuario está asignado por Discord, enlazado a un puñado de cosas dependiendo de con lo que interactúes en el bot. Hay algunos comandos que lo almacenan para mantener un seguimiento de quién creó algo. (como las listas de reproducción) Para obtener más detalles sobre esto y más detalles sobre lo que se almacena y por qué, consulte {link}.\n\n" +"Además, los complementos de terceros cargados por el propietario del bot pueden o no almacenar cosas adicionales. Puedes usar `{prefix}mydata 3rdparty` para ver las sentencias proporcionadas por cada adición de terceros." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "Ver las declaraciones de datos de usuario final de cada módulo de terceros.\n\n" +" Esto enviará un archivo adjunto con las declaraciones de datos del usuario final de todos los cogs de terceros cargados en el bot.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata 3rdparty`\n" +" " + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Necesito adjuntar archivos (¿intentando en Mensajes privados?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Esta instancia no parece tener ninguna extensión de terceros cargada." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "Declaraciones de datos de terceros a usuarios finales" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Las siguientes afirmaciones son proporcionadas por extensiones de terceros." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "Extensiones de terceros sin sentencias\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Aquí hay una página generada con las declaraciones proporcionadas por extensiones de terceros." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "No se ha recibido confirmación, cancelando." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "No se ha recibido confirmación, cancelando." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "\n" +" Haz que [botname] olvide lo que sabe de ti.\n\n" +" Esto puede que no elimine todos los datos sobre usted, sin embargo, los datos necesarios para su operación, como los tiempos de enfriamiento de comandos se mantendrán hasta que ya no sean necesarios.\n\n" +" Otras interacciones con [botname] pueden hacer que aprenda sobre usted de nuevo.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata forgetme`\n" +" " + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Este comando ({command}) no soporta un uso no interactivo." + +#: 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 "Esto hará que el bot se deshaga y/o disocie de todos sus datos. No se deshará de los datos operativos como entradas de modlog, advertencias o mutes. Si estás seguro de que esto es lo que quieres, por favor responde con lo siguiente:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Esto puede tardar un poco." + +#: 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 "He intentado eliminar todos los datos no operativos sobre usted (que sé cómo eliminar) {mention}, Sin embargo, los siguientes módulos han fallado: {modules}. Adicionalmente, los siguientes cogs han fallado: {cogs}.\n" +"Por favor, contacte con el propietario de este bot para resolver esto.\n" +"Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." + +#: 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 "He intentado eliminar todos los datos no operativos sobre usted (que sé cómo eliminar) {mention}, Sin embargo, los siguientes módulos han fallado: {cogs}. Adicionalmente, los siguientes cogs han fallado:.\n" +"Por favor, contacte con el propietario de este bot para resolver esto.\n" +"Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." + +#: 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 "He intentado eliminar todos los datos no operativos sobre usted (que sé cómo eliminar) {mention}, Sin embargo, los siguientes módulos han fallado: {modules}.\n" +"Por favor contacta al dueño de este bot para direccionar esto.\n" +"Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "He eliminado cualquier dato no operativo sobre usted (que sé cómo eliminar) {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 "{mention} Los siguientes cogs no han sido eliminados:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[Próximamente] Obtenga qué datos [botname] tiene sobre usted." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Este comando no hace nada todavía, pero estamos trabajando en añadir soporte para esto." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Comandos para un manejo más completo de datos.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "\n" +" Establece al bot para permitir a los usuarios solicitar una eliminación de datos.\n\n" +" Esto está activado por defecto.\n" +" Es lo opuesto a `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Ejemplo:**\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 "El usuario puede eliminar sus propios datos. Esto no incluirá datos operativos como los bloqueados." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "\n" +" Establece el bot para no permitir a los usuarios solicitar una eliminación de datos.\n\n" +" Lo opuesto a `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Ejemplo:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "El usuario no puede eliminar sus propios datos." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "\n" +" Establece cómo se tratarán las eliminaciones de los usuarios.\n\n" +" **Ejemplo:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Argumentos:**\n" +" - `` - El nivel de rigor para la eliminación del usuario. Ver la guía de niveles abajo.\n\n" +" Nivel:\n" +" - `0`: Lo que los usuarios pueden eliminar queda totalmente en manos de cada cog.\n" +" - `1`: Los cogs deberían eliminar cualquier cosa que el cog no necesite del usuario.\n" +" " + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Se le pedirá a los programadores que eliminen todos los datos no operacionales a petición del usuario." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Los programadores serán informados de que un usuario ha realizado una solicitud de eliminación de datos y los detalles de qué eliminar se dejarán a discreción del autor de la codificación." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "\n" +" Manejar una solicitud de eliminación de Discord.\n\n" +" Esto hará que el bot se deshaga o desasocie todos los datos del ID de usuario especificado.\n" +" No deberías usar esto a menos que Discord lo haya solicitado específicamente con respecto a un usuario eliminado.\n" +" Esto eliminará al usuario de varias medidas anti-abuso.\n" +" Si está procesando una solicitud manual de un usuario, puedes usar `[p]mydata ownermanagement deleteforuser` en su lugar.\n\n" +" **Argumentos:**\n" +" - `` - El id del usuario cuyos datos serían eliminados.\n" +" " + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Esto causará que el bot se deshaga o desasocie todos los datos del ID de usuario especificado. No debes usar esto a menos que Discord haya solicitado esto específicamente con respecto a un usuario eliminado. Esto eliminará al usuario de varias medidas anti-abuso. Si estás procesando una solicitud manual de un usuario, puedes usar `{prefix}{command_name}` en su lugar.\n\n" +"Si estás seguro de que esto es lo que quieres hacer, por favor responde con lo siguiente:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "He intentado eliminar todos los datos sobre ese usuario, (yo sé cómo eliminar-los) sin embargo los siguientes módulos han fallado: {modules}. Adicionalmente, los siguientes cogs han fallado: {cogs}\n" +"Por favor, comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Fuera de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "He intentado eliminar todos los datos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes cogs han fallado: {cogs}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "He intentado eliminar todos los datos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes cogs han fallado: {modules}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "He eliminado todos los datos de ese usuario que sé cómo eliminar." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "Eliminar los datos que [botname] tiene acerca de un usuario, para un usuario.\n\n" +" Esto hará que el bot se deshaga o disasocie un montón de datos no operacionales del usuario especificado.\n" +" Los usuarios tienen acceso a un comando diferente para esto a menos que no puedan interactuar con el bot en absoluto.\n" +" Esta es una operación principalmente segura, pero no deberías usarlo a menos que se procese una solicitud de este usuario ya que puede afectar su uso del bot.\n\n" +" **Argumentos:**\n" +" - `` - El id del usuario cuyos datos serían eliminados.\n" +" " + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Esto hará que el bot se deshaga o desasocie una gran cantidad de datos no operacionales del usuario especificado. Los usuarios tienen acceso a un comando diferente para esto a menos que no puedan interactuar con el bot en absoluto. Esta es una operación en su mayoría segura, pero no deberías usarlo a menos que se procese una solicitud de este usuario ya que puede afectar su uso del bot. \n\n" +"Si estás seguro de que es lo que quieres hacer, por favor responde con lo siguiente:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "He intentado eliminar todos los datos no operativos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes modulos han fallado: {modules}. Adicionalmente, los siguientes cogs han fallado: {cogs}\n" +"Por favor, comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "He intentado eliminar todos los datos no operativos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes cogs han fallado: {cogs}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "He intentado eliminar todos los datos no operativos sobre ese usuario, (y sé cómo eliminar-los) sin embargo los siguientes módulos han fallado: {modules}.\n" +"Comprueba tus registros y contacta con los creadores de estos cogs y módulos.\n" +"Nota: Aparte de estos fallos, los datos deberían haber sido eliminados." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "He eliminado todos los datos no operacionales sobre ese usuario que sé cómo eliminar." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "Eliminar los datos que [botname] tiene acerca de un usuario.\n\n" +" Esto hará que el bot se deshaga o desasocie un montón de datos sobre el usuario especificado.\n" +" Esto puede incluir más que datos del usuario final, incluyendo registros anti-abuso.\n\n" +" **Argumentos:**\n" +" - `` - El id del usuario cuyos datos serían eliminados.\n" +" " + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Esto hará que el bot se deshaga o desasocie un montón de datos sobre el usuario especificado. Esto puede incluir más que datos del usuario final, incluyendo registros anti-abuso.\n\n" +"Si estás seguro de que es lo que quieres hacer, por favor responde con lo siguiente:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "\n" +" Comandos para activar o desactivar embeds\n\n" +" Esta configuración determina si usar o no embeds como respuesta a un comando (para comandos que lo soporten).\n" +" El valor por defecto es usar embeds.\n\n" +" Los ajustes de embeds se comprueban hasta el primer True/False en el siguiente orden:\n" +" - En el contexto del servidor (gremio):\n" +" 1. Anulación de canal - `[p]embedset channel`\n" +" 2. Anulación de comandos del servidor - `[p]embedset command server`\n" +" 3. Anulación del servidor - `[p]embedset server`\n" +" 4. Anulación global de comandos - `[p]embedset command global`\n" +" 5. Configuración global -`[p]embedset global`\n\n" +" - En contexto de mensaje privado (DM):\n" +" 1. Anulación de usuario - `[p]embedset user`\n" +" 2. Anulación de comando global - `[p]embedset command global`\n" +" 3. Configuración global - `[p]embedset global`\n" +" " + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "\n" +" Mostrar la configuración de embeds actual.\n\n" +" Provee un nombre de comando para comprobar la configuración del embed específico del comando.\n\n" +" **Ejemplos:**\n" +" - `[p]embedset showsettings` - Muestra la configuración de embed actual.\n" +" - `[p]embedset showsettings info` - También muestra la configuración de embeds para el comando 'info'.\n" +" - `[p]embedset showsettings \"ignore list\"` - Comprobar subcomandos requiere comillas.\n\n" +" **Argumentos:**\n" +" - `[command]` - Comprueba este comando para la configuración específica de los embeds del comando.\n" +" " + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Ajustes de embed:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "{value} global por defecto.\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Configuración global de comandos para el comando {command}: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Configuración del servidor: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "Ajuste de comandos del servidor para el comando {command}: {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Configuración del canal: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Configuración del usuario: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "\n" +" Alterna la configuración global de embeds.\n\n" +" Esto se usa como reserva si el usuario o el servidor (gremio) no ha establecido una preferencia.\n" +" El valor por defecto es usar embeds.\n\n" +" Para ver el orden completo de evaluación de la configuración de los embeds, ejecute `[p]help embedset`.\n\n" +" **Ejemplo:**\n" +" - `[p]embedset global`\n" +" " + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Los textos incrustados ahora están deshabilitados por defecto." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Los textos incrustados ahora están habilitados por defecto." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "\n" +" Establece la configuración de Embeds del servidor.\n\n" +" Si se establece, esto se usará en lugar del valor global para determinar si usar o no Embeds.\n" +" Esto es usado para todos los comandos realizados en un servidor.\n\n" +" Si habilitado se deja en blanco, la configuración se desactivará y el valor por defecto global se utilizará en su lugar.\n\n" +" Para ver el orden completo de evaluación de la configuración de Embeds, ejecute `[p]help embedset`.\n\n" +" **Ejemplos:**\n" +" - `[p]embedset server False` - Deshabilita Embeds en este servidor.\n" +" - `[p]embedset server` - Restablece el valor al predeterminado global.\n\n" +" **Argumentos:**\n" +" - `[enabled]` - Determina si usar Embeds o no en este servidor. Dejar en blanco para restablecer al valor por defecto.\n" +" " + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Inserciones ahora volverá a la configuración global." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Los textos incrustados ahora están habilitados para este grupo." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Los textos incrustados ahora están deshabilitados para este grupo." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "El comando anterior requiere el permiso Insertar Enlaces y por lo tanto no puede configurarse para no usar textos incrustados." + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "Los textos incrustados están ahora habilitados para el comando {command_name}." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "Los textos incrustados están ahora deshabilitados para el comando {command_name}." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "Ahora los incrustados volverán a la configuración del servidor." + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Los textos incrustados ahora son {} para este canal." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "activado" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "desactivado" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Los textos incrustados están ahora habilitados para usted en DMs." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Los textos incrustados están ahora deshabilitados para usted en DMs." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Aún no ha ocurrido ninguna excepción." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "Este bot está actualmente **serverlocked**, lo que significa que está bloqueado exclusivamente a sus servidores actuales y que abandonará cualquier servidor al que se una." + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Comandos para configurar la configuración de invitación de [botname]." + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +" Añade el ámbito de `applications.commands` a tu URL de invitación.\n\n" +" Esto permite el uso de comandos slash en los servidores que invitaron a tu bot con ese ámbito.\n\n" +" Ten en cuenta que los servidores anteriores que invitaron al bot sin el ámbito no pueden tener comandos slash, tendrán que invitar al bot por segunda vez.\n" +" " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "El ámbito `applications.commands` ha sido añadido a la URL de invitación." + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "El ámbito `applications.commands` ha sido eliminado de la URL de invitación." + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "Debes especificar al menos un ID de servidor." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "No has pasado ningún ID de servidor. ¿Quieres que salga de este servidor?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "¿Estás seguro de que quieres que deje estos servidores?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "¿Estás seguro de que quieres que abandone este servidor?" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "No puedo dejar el servidor `{server_name}`: Soy el dueño de él." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "No hay respuesta; se ha agotado el tiempo de espera" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Bien. Adiós :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "Muy bien, dejando {number} servidores..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "Muy bien. Abandonando un servidor..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Bien, me quedaré entonces:)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "Bien, no me voy de esos servidores." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "Bien, no me voy de ese servidor." + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" Lista de los servidores que [botname] está actualmente en.\n\n" +" Nota: Este comando es interactivo.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Se activó {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "El siguiente paquete ya está cargado: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Los siguientes paquetes ya están cargados: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Error al cargar el paquete: {pack}.\n" +"Revise su consola o registros para más detalles." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Error al cargar el paquete: {packs}.\n" +"Revise su consola o registros para más detalles." + +#: 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 "El siguiente nombre no es un nombre válido del paquete: {pack}\n" +"Los nombres de los paquetes no pueden comenzar con un número y solo pueden contener números ascii, letras, y guiones bajos." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "Los siguientes nombres no son nombres de paquetes válidos: {packs}\n" +"Los nombres de los paquetes no pueden comenzar con un número y solo pueden contener números ascii, letras, y guiones bajos." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "El siguiente paquete no se encontró en ninguna ruta de cog: {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "No se han encontrado los siguientes paquetes en ninguna ruta de cog: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "Este paquete no pudo ser cargado por la siguiente razón:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "Estos paquetes no fueron cargados por las siguientes razones:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**ADVERTENCIA**: El siguiente repositorio utiliza librerías compartidas que están marcadas para su eliminación en el futuro: {repo}.\n" +"Deberías informar al mantenedor del repositorio sobre este mensaje." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**ADVERTENCIA**: Los siguientes repositorios utilizan librerías compartidas que están marcadas para su eliminación en el futuro: {repos}.\n" +"Deberías informar a los mantenedores de estos repositorios sobre este mensaje." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "El siguiente cog fue desactivado: {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "Los siguientes cogs fueron desactivados: {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "El siguiente paquete no está cargado: {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "El siguiente paquete no está descargado: {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "Recarga los paquetes de Cogs.\n\n" +" Esto se desactivara y luego cargará nuevamente los Cogs especificados.\n\n" +" Los Cogs que no fueron cargados sólo serán cargados.\n\n" +" **Ejemplos:**\n" +" - `[p]reload general` - Desactiva y luego recarga el Cog `general`.\n" +" - `[p]reload admin mod mutes` - Desactiva y luego recarga varios Cogs.\n\n" +" **Argumentos:**\n" +" - `` - Los Cogs a recargar.\n" +" " + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Recargando {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Error al cargar el paquete: {pack}.\n" +"Revise su consola o registros para más detalles." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Error al cargar el paquete: {packs}.\n" +"Revise su consola o registros para más detalles." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "Este paquete no pudo ser recargado por la siguiente razón:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "Estos paquetes no pudieron ser recargados por las siguientes razones:\n\n" +"{reasons}" + +#: 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 "**ADVERTENCIA**: El siguiente repositorio utiliza librerías compartidas que están marcadas para su eliminación en el futuro: {repo}.\n" +"Deberías informar a los mantenedores de estos repos sobre este mensaje." + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "Comando base para administrar qué comandos de aplicación pueden ser usados en [botname]." + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "Marca un comando de aplicación como activado, permitiéndole ser añadido al bot.\n\n" +" Ver comandos disponibles para activar con `[p]slash list`.\n\n" +" Este comando NO sincroniza los comandos habilitados con Discord, que debe hacerse manualmente con `[p]slash sync` para que los comandos aparezcan en los clientes de los usuarios.\n\n" +" **Argumentos:**\n" +" - `` - El nombre del comando a habilitar. Sólo se debe utilizar el nombre de nivel superior de un comando de grupo.\n" +" - `[command_type]` - Qué tipo de comando de aplicación habilitar. Debe ser uno de `slash`, `message`, o `user`. Por defecto es `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 "El tipo de comando debe ser `slash`, `message`, o `user`." + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "Ese comando de aplicación ya está habilitado." + +#: 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 "El comando de la aplicación no ha podido ser encontrado. Escriba `{prefix} slash list` para ver todos los comandos de la aplicación. Puede que necesite revisar el tipo de comando." + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "Se ha alcanzado el límite de comandos. Deshabilite un comando primero." + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "Comando de aplicación {command_type} habilitado {command_name}`" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "Marca un comando de aplicación como desactivado, evitando que se agregue al bot.\n\n" +" Ver comandos disponibles para desactivar con `[p]slash list`.\n\n" +" Este comando NO sincroniza los comandos habilitados con Discord, que debe hacerse manualmente con `[p]slash sync` para que los comandos aparezcan en los clientes de los usuarios.\n\n" +" **Argumentos:**\n" +" - `` - El nombre del comando a deshabilitar. Sólo se debe utilizar el nombre de nivel superior de un comando de grupo.\n" +" - `[command_type]` - Qué tipo de comando de aplicación deshabilitar. Debe ser uno de `slash`, `message`, o `user`. Por defecto es `slash`.\n" +" " + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "El comando de la aplicación ha sido establecido como necesario para funcionar por el autor, y no se puede desactivar. El cog debe ser descargado para eliminar el comando." + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "Ese comando de aplicación ya está deshabilitado o no existe." + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "Comando de aplicación {command_type} deshabilitado `{command_name}`" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "Mostrar los comandos de barra slash que el bot puede ver, y si están habilitados o no.\n\n" +" Este comando muestra el estado al que se cambiará cuando se ejecute `[p]slash sync`.\n" +" Los comandos del mismo cog se agruparán, con el nombre del cog como la cabecera.\n\n" +" El prefijo indica el estado del comando:\n" +" - Los comandos que empiezan con `- ` aún no han sido habilitados.\n" +" - Los comandos que comienzan con `+ ` han sido habilitados manualmente.\n" +" - Los comandos que comienzan con `++` han sido habilitados por el autor del programa, y no pueden ser deshabilitados.\n" +" " + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "No hay comandos de aplicación a listar." + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "Sincroniza la configuración de barra slash para discord.\n\n" +" Los ajustes de `[p]slash list` se sincronizarán con discord, cambiando qué comandos apareceran a los usuarios.\n" +" Esto debería ejecutarse de forma poco frecuente, haciendo todos los cambios necesarios posibles antes de ejecutar este comando.\n\n" +" **Argumentos:**\n" +" - `[guild]` - Si se proporciona, sincroniza comandos para ese servidor. De lo contrario, sincronizará los comandos a nivel global.\n" +" " + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "Necesito el scope/permiso de `applications.commands` en este servidor para poder hacer eso. Puedes decirle al bot que añada ese ámbito a los enlaces de invitación usando `{prefix}commandscope`, y puede entonces ejecutar `{prefix}invite` para obtener una invitación que le dará al bot el ámbito de aplicación requerido. No necesitas expulsar al bot para activar el ámbito de aplicación, sólo utiliza esa invitación para volver a autorizar el bot con el alcance habilitado." + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "{count} comandos sincronizados." + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "Apaga el bot.\n\n" +" Permite a [botname] apagarse con gracia y estilo.\n\n" +" Este es el método recomendado para apagar el bot.\n\n" +" **Ejemplos:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Se apaga sin avisar.\n\n" +" **Argumentos:**\n" +" - `[silently]` - Si desea omitir el mensaje de apagado o no. Por defecto es False.\n" +" " + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Apagando... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "Intenta reiniciar [botname].\n\n" +" Hace que [botname] se cierre con el código de salida 26.\n" +" El reinicio no está garantizado: debe ser tratado por el gestor de procesos en uso.\n\n" +" **Ejemplos:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Reinicia silenciosamente.\n\n" +" **Argumentos:**\n" +" - `[silently]` - Si omitira el envío del mensaje de reinicio o no. Por defecto es False.\n" +" " + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Reiniciando..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Comando básico para la configuración del banco." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Muestra la configuración bancaria actual." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Global" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Servidor" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Configuración de bancos:\n\n" +"Nombre del banco: {bank_name}\n" +"Alcance del banco: {bank_scope}\n" +"Moneda: {currency_name}\n" +"Saldo Predeterminado: {default_balance}\n" +"Saldo Máximo Permitido: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Alternar si el banco es global o no.\n\n" +" Si el banco es global, será por servidor.\n" +" Si el banco es por servidor, se volverá global.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "por server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "general" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Esto cambiará el banco a {banktype}, eliminando todas las cuentas en el proceso. Si está seguro, escriba `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Este banco es ahora {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Establece el nombre del banco." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Nombre del banco cambiado a: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Establezca el nombre de la moneda del banco." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "La nombre de la moneda se ha establecido en: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Establezca el equilibrio máximo que un usuario puede obtener." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "La cantidad debe ser mayor que cero e menor que {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "El saldo máximo se ha establecido en: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "Establezca el saldo inicial para nuevas cuentas bancarias.\n\n" +" Ejemplo:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Argumentos**\n\n" +" - `` La nueva cantidad de saldo inicial. Por defecto es 0.\n" +" " + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "La cantidad debe ser mayor o igual a cero y menor a {maxbal}." + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "Registrar una cuenta le dará ahora {num} {currency}." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "Esto eliminará todas las cuentas bancarias de {scope}.\n" +"Si estás seguro, escribe `{prefix}bankset reset yes`" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "este servidor" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "Todas las cuentas bancarias de {scope} han sido eliminadas." + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "Comando base para vaciar cuentas bancarias." + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "Este comando no se puede utilizar con un banco global." + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "Esto eliminará todas las cuentas bancarias de usuarios que ya no están en este servidor.\n" +"Si estás seguro, escribe `{prefix}bankset prune local yes`" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "Las cuentas bancarias para usuarios que ya no están en este servidor han sido eliminadas." + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "Este comando no se puede usar con un banco local." + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "Esto eliminará todas las cuentas bancarias de los usuarios que ya no comparten un servidor con el bot.\n" +"Si estás seguro, escribe `{prefix}bankset prune global yes`" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "Las cuentas bancarias para los usuarios que ya no comparten un servidor con el bot han sido vaciadas." + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "Esto eliminará la cuenta bancaria de {name}.\n" +"Si estás seguro, escribe `{prefix}bankset prune user {id} yes`" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "La cuenta bancaria de {name} ha sido vaciada." + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "Administrar ajustes de modlog." + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "Comando para corregir los casetypes de mal comportamiento." + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "Establece un canal como el modlog.\n\n" +" Omitir `[channel]` para desactivar el modlog.\n" +" " + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "Los eventos de mod se enviarán a {channel}." + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "¡No tengo permisos para enviar mensajes en {channel}!" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "El registro del moderación ya está deshabilitado." + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "Registró de moderación desactivado." + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "\n" +" Activa o desactiva la creación de casos ante una acción de mod.\n\n" +" Una acción puede estar habilitando o deshabilitando casos específicos. (Ban, kick, mute, etc.)\n\n" +" Ejemplo: `[p]modlogset cases kick enabled`\n" +" " + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "Ajustes actuales:\n" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "Esa acción no está registrada." + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "La creación de casos para las acciones de moderacion {action_name} esta ahora {enabled}." + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "Restablecer todos los casos modlog en este servidor." + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "¿Está seguro de que desea restablecer todos los casos de modlog en este servidor?" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Has tardado demasiado en responder." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "Los casos han sido reiniciados." + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "No se han realizado cambios." + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "Comandos para cambiar la configuración de [botname]." + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "Comandos para cambiar la metadata de [botname]." + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Descripción reiniciada." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "Esta descripción es demasiado larga para mostrarla correctamente. Por favor, inténtalo de nuevo con menos de 250 caracteres." + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "Esa URL no es válida." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "Algo salió mal al intentar obtener la imagen." + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Listo." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Avatar eliminado." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "El nombre de usuario de un bot verificado no se puede cambiar manualmente. Por favor, contacta con el soporte de Discord para cambiarlo." + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "No se pudo cambiar el nombre. Debe tener 32 caracteres o menos." + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "Tiempo para cambiar el nombre acabado. Recuerda que sólo puedes hacerlo hasta 2 veces por hora. Usa apodos si necesitas cambios frecuentes: {command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "Error al cambiar el nombre de usuario. Discord devolvió el siguiente error:\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "Ocurrió un error inesperado al intentar cambiar el nombre de usuario." + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "No se pudo cambiar el apodo. Debe tener 32 caracteres o menos." + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "No tengo permisos para cambiar mi propio apodo." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "El texto personalizado ha sido borrado." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Se ha establecido el texto personalizado." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "El texto debe tener menos de 1024 caracteres." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "Comandos para establecer el estado de [botname]." + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "Estado establecido a `Jugando {game.name}`." + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Juego quitado." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "Estado establecido a `Escuchando a {listening}`." + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "Estado de escucha quitado." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "Estado establecido a `Viendo {watching}`." + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "Estado de visualización quitado." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "Estado establecido a `Compitiendo en {competing}`." + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "Estado de competición eliminado." + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "Estado personalizado establecido a `{text}`." + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "Estado personalizado borrado." + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Estado cambiado a {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "Establece el estado de [botname] como en linea." + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "Establece el estado de [botname] como no molestar." + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "Establece el estado de [botname] como inactivo." + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "Establece el estado de [botname] como invisible." + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "Establece los roles de administrador y moderador del servidor para [botname]." + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "\n" +" Añade un rol de administrador para este servidor.\n\n" +" Los administradores tienen el mismo acceso que los moderadores, más comandos adicionales de nivel de administración como:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" y más.\n\n" +" **Ejemplos:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Argumentos:**\n" +" - `` - El rol a agregar como administrador.\n" +" " + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "`{item}`ya es un rol de administrador." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "Ese rol ahora se considera un rol de administrador." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Este rol ya es un rol de mod." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Ese rol se considera ahora un rol de mod." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "Ese rol no era un rol de administrador para empezar." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Ese rol ya no se considera un rol de administrador." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "Ese rol no era un rol de mod para empezar." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Ese rol ya no se considera un rol de mod." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Código de idioma no válido. Usa el formato: `en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "Se ha establecido un idioma global." + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "El idioma se ha establecido en el valor predeterminado." + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Configuración regional establecida." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "El formato regional global ahora se basará en el idioma del bot." + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "El formato regional global ahora se basará en el idioma `{language_code}`." + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "El formato regional ahora se basará en la localización del bot en este servidor." + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "El formato regional ahora se basará en el idioma `{language_code}`." + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "Haga clic en el botón de abajo para establecer tus llaves." + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "El mensaje de configuración de claves API ha expirado." + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` Los tokens de la API han sido establecidos." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "Aún no se han establecido servicios de API." + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "Establecer servicios API:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "Establecer servicio API:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "Servicios eliminados con éxito:\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "Servicio eliminado con éxito: {service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "Ninguno de los servicios proporcionados tenía claves establecidas." + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "\n" +" Comandos para configurar las notificaciones del dueño.\n\n" +" Las notificaciones del dueño incluyen el uso de `[p]contact y actualizaciones disponibles de Red.\n" +" " + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "No se ha enviado a canales adicionales." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "Canal desconocido con id: {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "\n" +" Mostrar la configuración actual para [botname].\n\n" +" Acepta el parámetro opcional del servidor para permitir la recuperación del prefijo.\n" +" " + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "No establecido." + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "Roles de Admin: {admin}\n" +"Roles de Mod: {mod}\n" +"Idioma: {guild_locale}\n" +"Formato regional: {guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "Configuración de {bot_name}:\n\n" +"Prefijos: {prefixes}\n" +"{guild_settings}Idioma global: {locale}\n" +"Formato regional global: {regional_format}\n" +"Color de los embed predeterminado: {colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Eliminación de comandos desactivada." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "Eliminar el retraso conjunto a {num} segundos." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Bot eliminará mensajes de comando después {} segundos. Establezca este valor en -1 para detener la eliminación de mensajes" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "No borraré los mensajes de comando." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "El bot {} utiliza su color configurado para embeds." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "no será" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "será" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "La búsqueda de comandos Fuzzy ha sido {} para este servidor." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "La búsqueda de comandos Fuzzy ha sido {} en MDs." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "El color ha sido restablecido." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "El color ha sido establecido." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "Los prefijos no pueden comenzar con '/', ya que entran en conflicto con los comandos slash de Discord." + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Cancelado." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "Advertencia: Un prefijo está por encima de la longitud recomendada (25 caracteres).\n" +"¿Desea continuar?" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefijo establecido." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "Prefijos establecidos." + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "Se han restablecido los prefijos del servidor." + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "No puedes tener un prefijo de más de 25 caracteres." + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "Prefijo del servidor establecido." + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "Prefijos de servidor establecidos." + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "\n" +" Establec una variable de bot global para usar botones en menús.\n\n" +" Cuando está activado, todo uso de los nucleos de la API de menú, ocupará botones en lugar de reacciones.\n\n" +" Esto por defecto es False.\n" +" Usar esto sin un ajuste hara que cambié.\n\n" +" **Ejemplos:**\n" +" - `[p]set usebuttons True` - Habilita el uso de botones.\n" +" - `[p]helpset usebuttons` - Cambia el valor.\n\n" +" **Argumentos:**\n" +" - `[use_buttons]` - Si se usan los botones o no. Deje en blanco para alternar.\n" +" " + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "Utilizaré botones en los menús básicos." + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "No voy a usar botones en los menús básicos." + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "\n" +" Establece el mensaje que se enviará en errores de bot no capturados.\n\n" +" Para incluir el nombre del comando en el mensaje, utilice el marcador de posición `{command}`.\n\n" +" Si omites el argumento `msg`, el mensaje se restablecerá al predeterminado.\n\n" +" **Ejemplos:**\n" +" - `[p]set errormsg` - Restablece el mensaje de error de vuelta al valor predeterminado: \"Error en el comando '{command}'.\". Si quien invocó el comando es uno de los propietarios del bot, el mensaje también incluirá \"Revisa tu consola o registros para más detalles.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Establece el mensaje de error a uno personalizado.\n\n" +" **Argumentos:**\n" +" - `[msg]` - El mensaje de error personalizado. Debe tener menos de 1000 caracteres. Omitir para restablecer el valor predeterminado.\n" +" " + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "El mensaje debe tener menos de 1000 caracteres." + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "Se ha actualizado correctamente el mensaje de error." + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "Se ha reestablecido el mensaje de error al predeterminado." + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "\n" +" Comandos para administrar la configuración del comando de ayuda.\n\n" +" Todos los ajustes de ayuda se aplican globalmente.\n" +" " + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "Advertencia: El formato por defecto no está en uso, estos ajustes pueden no aplicarse." + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "El formato de ayuda ha sido restablecido. Esto no impedirá que los cogs modifiquen la ayuda, puede que necesite eliminar un cog si esto ha sido un problema." + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "Los ajustes de ayuda se han restablecido a sus valores predeterminados. Esto puede no tener un impacto al usar formateadores de ayuda de terceros." + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "La ayuda solo utilizará el menú seleccionado." + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "La ayuda usará los menús de botón y añadirá un menú de selección." + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "La ayuda usará los menús de botones." + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "La ayuda usará menús de reacción." + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "La ayuda no usará menús." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "La ayuda no filtrará los comandos ocultos." + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "La ayuda filtrará los comandos ocultos." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "La ayuda mostrará ahora los alias de comandos." + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "La ayuda ya no mostrará los alias de comandos." + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "La ayuda ahora marcará el comando cuando se envíe en un DM." + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "La ayuda no marcará el comando cuando se envíe en un DM." + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "La ayuda sólo se mostrará para comandos que se pueden ejecutar." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "La ayuda se mostrará sin comprobar si los comandos se pueden ejecutar." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "La ayuda verificará la existencia de temas de ayuda." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "La ayuda sólo verificará la existencia de temas de ayuda a través de ayuda difusa (si está habilitada)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "Debes dar un valor de al menos 500 caracteres." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Hecho. El límite de caracteres por página se ha establecido en {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "¡Debe dar un valor de cero o mayor!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Hecho. El límite de página se ha establecido a {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "¡El retraso no puede ser superior a 14 días!" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "Hecho. Los mensajes de ayuda no se eliminarán ahora." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "Hecho. El retraso de borrado se ha establecido en {} segundos." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "¡Debes dar un valor de al menos 15 segundos!" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "El tiempo de espera no puede ser superior a 5 minutos!" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "Hecho. El tiempo de espera de reacción se ha establecido en {} segundos." + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "La etiqueta se ha restablecido." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "¡Tu etiqueta es demasiado larga! Por favor, acorde a no más de 2048 caracteres." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "La etiqueta se ha establecido." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "Envía un mensaje al Dueño.\n\n" +" Esto está limitado a un mensaje cada 60 segundos por persona.\n\n" +" **Ejemplo:**\n" +" - `[p]contact ¡Ayuda! ¡El bot se ha vuelto loco!\n\n" +" **Argumentos:**\n" +" - `[message]` - El mensaje a enviar al dueño del bot.\n" +" " + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID de usuario: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "a través de MD" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "de {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID del servidor: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Utilice `{}dm {} ` para responder a este usuario" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Enviado por {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "He sido configurado para no enviar esto a ninguna parte." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Su mensaje ha sido enviado." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "No soy capaz de entregar su mensaje. Lo siento." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "ID no válida, usuario no encontrado, o el usuario es un bot. Solo puedes enviar mensajes a personas con las que comparto un servidor." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Dueño de {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Puedes responder este mensaje con {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Lo siento, no pude enviar su mensaje a {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Mensaje enviado a {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Imprime la ruta de datos del bot." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Ruta de datos: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "Muestra información de depuración útil para la depuración." + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "Es necesario indicar un canal de texto, un canal de voz, un canal de escena, o un hilo de foros al usar este comando en DMs." + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "El usuario indicado no es miembro del servidor diagnosticado." + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "¡No intentes engañarme, el miembro indicado no puede acceder al canal {channel}!" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" Comandos para administrar la lista de usuarios autorizados.\n\n" +" Aviso: Cuando la lista de usuarios autorizados está en uso el bot ignorará los comandos de todos aquellos que no estén en la lista.\n\n" +" Usa `[p]allowlist clear` para desactivar la lista de usuarios autorizados\n" +" " + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "Los usuarios han sido añadidos a la lista permitida." + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "El usuario ha sido añadido a la lista permitida." + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "Usuarios en la lista permitida:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "Usuario en la lista permitida:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Usuario desconocido o eliminado" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "Los usuarios han sido eliminados de la lista permitida." + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "El usuario ha sido eliminado de la lista permitida." + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "La lista de permisos ha sido borrada." + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Comandos para administrar la lista de bloqueados.\n\n" +" Use `[p]blocklist clear` para desactivar la lista de bloqueados\n" +" " + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "¡No puedes agregar un dueño a la lista de bloqueos!" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "Los usuarios han sido añadidos a la lista de bloqueos." + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "El usuario ha sido añadido a la lista de bloqueos." + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "Usuarios en la lista de bloqueos:" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "Usuario en la lista de bloqueos:" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "Los usuarios han sido eliminados de la lista de bloqueos." + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "El usuario ha sido eliminado de la lista de bloqueos." + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "Se ha borrado la lista de bloqueos." + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" Comandos para administrar la lista de usuarios autorizados específica de este servidor.\n\n" +" Aviso: Cuando la lista de usuarios autorizados está en uso el bot ignorará los comandos de todos los que no estén en la lista de usuarios autorizados del servidor.\n\n" +" Use `[p]localallowlist clear` para desactivar la lista de usuarios autorizados\n" +" " + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "No puedo permitirte hacer esto, ya que eliminaría tu capacidad para ejecutar comandos, por favor asegúrate de añadirte a ti mismo a la lista permitida primero." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "Usuarios y/o roles han sido añadidos a la lista permitida." + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "El usuario o el rol han sido añadidos a la lista permitida." + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "Usuarios y/o roles permitidos:" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "Usuario o rol permitido:" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "Usuario/Rol borrado o desconocido" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "No puedo permitirte que hagas esto, ya que eliminaría tu capacidad para ejecutar comandos." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "Los usuarios y/o roles han sido eliminados de la lista permitida del servidor." + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "El usuario o el rol han sido removidos de la lista permitida del servidor." + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "La lista permitida del servidor ha sido borrada." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Comandos para administrar la lista de bloqueados específica de este servidor.\n\n" +" Use `[p]localblocklist clear` para desactivar la lista de bloqueados \n" +" " + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "¡No puedes añadirte a ti mismo a la lista de bloqueos!" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "¡No puedes añadir al propietario del servidor a la lista de bloqueos!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "¡No puedes añadir un propietario de bot a la lista de bloqueos!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "Usuarios y/o roles han sido añadidos desde la lista de bloqueos del servidor." + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "El usuario o el rol han sido añadidos de la lista de bloqueo del servidor." + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "Usuarios y/o roles bloqueados:" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "Usuario o rol bloqueado:" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "Los usuarios y/o roles han sido eliminados de la lista de bloqueos del servidor." + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "El usuario o el rol han sido eliminados de la lista de bloqueo del servidor." + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "La lista de bloqueo del servidor ha sido borrada." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "Comandos para activar y desactivar comandos y cogs." + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "No puedes desactivar este cog por defecto." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} ha sido establecido como deshabilitado por defecto." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "El cog {cogname} se ha habilitado por defecto." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "No puedes desactivar este cog ya que te bloquearia del servidor." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "El cog {cogname} ha sido deshabilitado en este gremio." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "El cog {cogname} ya estaba deshabilitado (no hay nada que hacer)." + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "El cog {cogname} ha sido habilitado en este gremio." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "El Cog \"{arg}\" no ha sido encontrado." + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} no fue deshabilitado (nada que hacer)." + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "Los siguientes cogs están deshabilitados en este gremio:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "No hay cogs deshabilitados en este servidor." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "No hay ningún comando desactivado globalmente." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "Los comandos {} están deshabilitados globalmente.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 comando está deshabilitado globalmente.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "No hay ningún comando deshabilitado en {}." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} comandos están deshabilitados en {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "1 comando está deshabilitado en {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "El comando para desactivar no puede ser `command` o cualquiera de sus subcomandos." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Este comando está siempre disponible y no se puede desactivar." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Ese comando ya está deshabilitado globalmente." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "No tienes permisos para desactivar ese comando." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Ese comando ya está desactivado en este servidor." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Ese comando ya está habilitado globalmente." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "No tienes permisos para activar ese comando." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Ese comando ya está habilitado en este servidor." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "\n" +" Comandos para administrar la configuración del servidor para la inmunidad de las acciones automatizadas.\n\n" +" Esto incluye la eliminación de mensajes duplicados y menciones de spam de los Cog Mod y Filter.\n" +" " + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Rol inmune de las acciones automatizadas de moderación:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Miembros inmunes de las acciones de moderación automatizadas:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Aquí no hay ajustes de inmunidad." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Ya se ha añadido." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "No esta en lista." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "Son inmunes." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "No son inmunes." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "\n" +" Comandos para añadir servidores o canales a la lista de ignorados.\n\n" +" La lista de ignorados evitará que el bot responda a comandos en las ubicaciones configuradas.\n\n" +" Nota: Los dueños y administradores anulan la lista de ignorados.\n" +" " + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Canal añadido a ignorados." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "El canal ya está en ignorados." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Este servidor ha sido añadido a la lista de ignorar." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Este servidor ya está siendo ignorado." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "Comandos para eliminar servidores o canales de la lista de ignorados." + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Canal removido de la lista ignorada." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Ese canal no está en la lista ignorarda." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Este servidor ha sido eliminado de la lista de ignorar." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Este servidor no está en la lista de ignorar." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Este servidor está siendo ignorado actualmente." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Ninguno" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "Categorías ignoradas actualmente: {categories}\n" +"Canales: {channels}\n" +"Hilos (excluyendo archivados):{threads}" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" Obtén información sobre las licencias de Red.\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "El desarrollo variado se centró en utilidades." + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "Evalúa una declaración de código python.\n\n" +" El bot siempre responderá con el valor devuelto del código.\n" +" Si el valor de retorno del código es una coroutina, se esperará,\n" +" y el resultado de eso será la respuesta del bot.\n\n" +" Nota: Sólo una sentencia puede ser evaluada. Usando ciertas palabras clave restringidas, p.ej. yield, resultará en un error de \n" +" sintaxis. Para múltiples líneas o código asíncrono, vea [p]repl o [p]eval.\n\n" +" Variables de entorno:\n" +" `ctx` - el contexto de invocación de comandos\n" +" `bot` - el objeto bot\n" +" `channel` - el objeto del canal actual\n" +" `author` - el objeto miembro del autor del comando\n" +" `guild` - el objeto del gremio actual\n" +" `message` - el objeto del mensaje del comando\n" +" `_` - el resultado del último comando dev\n" +" `aiohttp` - la biblioteca aiohttp\n" +" `asyncio` - la librería asyncio\n" +" `discord` - la librería discord.py \n" +" `commands` - del módulo redbot.core.commands\n" +" `cf` - del módulo redbot.core.utils.chat_formatting \n" +" " + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "Ejecutar código asíncrono.\n\n" +" Este comando envuelve código en el cuerpo de una función asíncrona y luego\n" +" llama y lo espera. El bot responderá con cualquier cosa impresa en\n" +" stdout, así como el valor devuelto de la función.\n\n" +" El código puede estar dentro de un bloque de código, código inline o ninguno de los dos, siempre que\n" +" no se mezclen y estén formateados correctamente.\n\n" +" Variables de entorno:\n" +" `ctx` - el contexto de invocación de comandos\n" +" `bot` - el objeto bot\n" +" `channel` - el objeto del canal actual\n" +" `author` - el objeto miembro del autor del comando\n" +" `guild` - el objeto del gremio actual\n" +" `message` - el objeto del mensaje del comando\n" +" `_` - el resultado del último comando dev\n" +" `aiohttp` - la biblioteca aiohttp\n" +" `asyncio` - la librería asyncio\n" +" `discord` - la librería discord.py \n" +" `commands` - del módulo redbot.core.commands\n" +" `cf` - del módulo redbot.core.utils.chat_formatting \n" +" " + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "Abrir un REPL interactivo.\n\n" +" El REPL solo reconocerá el código como mensajes que comiencen con un\n" +" backtick. Esto incluye bloques de código, y como tal múltiples líneas pueden ser\n" +" evaluadas.\n\n" +" Usa `exit()` o `quit` para salir de la sesión REPL, con prefijo\n" +" un backtick para que puedan ser interpretados.\n\n" +" Variables de entorno:\n" +" `ctx` - el contexto de invocación de comandos\n" +" `bot` - el objeto bot\n" +" `channel` - el objeto del canal actual\n" +" `author` - el objeto miembro del autor del comando\n" +" `guild` - el objeto del gremio actual\n" +" `message` - el objeto del mensaje del comando\n" +" `_` - el resultado del último comando dev\n" +" `aiohttp` - la biblioteca aiohttp\n" +" `asyncio` - la librería asyncio\n" +" `discord` - la librería discord.py \n" +" `commands` - del módulo redbot.core.commands\n" +" `cf` - del módulo redbot.core.utils.chat_formatting \n" +" " + +#: redbot/core/dev_commands.py:553 +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 +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 +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 +msgid "Exiting." +msgstr "Saliendo." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "Error inesperado: " + +#: redbot/core/dev_commands.py:599 +#, 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 +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 +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 +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 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "Simula a otro usuario que invoca un comando.\n\n" +" El prefijo no debe ser introducido.\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "Envia un mensaje de evento como si fuera enviado por un usuario diferente.\n\n" +" El mensaje actual se utiliza como base (incluyendo adjuntos, embebidos, etc.),\n" +" el contenido y el autor del mensaje son reemplazados por los argumentos dados.\n\n" +" Nota: Si `contenido` no pasa correctamente, el mensaje necesitará contener embebidos, adjuntos,\n" +" o cualquier otra cosa que haga que el mensaje no esté vacío.\n" +" " + +#: redbot/core/dev_commands.py:654 +#, 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 +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 +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." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "El saldo de {user} no puede subir por encima de {max} {currency}." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Caso #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Razón:** Usa el comando `reason` para añadirla" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Desconocido" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Usuario eliminado." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "Hilo eliminado o archivado ({thread_id}) en {channel_name}" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "Hilo {thread_id} en {channel_id} (eliminado)" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "{channel_id} (eliminado)" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "Hilo {thread_name} en {channel_name}" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "Hilo {thread_name} en {channel_id} (eliminado)" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "Razón:" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderador" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Hasta" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Duración" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Canal" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Modificado por" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Última modificación el" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "Usuario:" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "Moderador:" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "Hasta:" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "Duración:" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "Canal:" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "Enmendado por:" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "Última modificación en:" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "Comando no encontrado." + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "No tienes permiso para usar este comando." + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/et-EE.po b/rubycore/locales/et-EE.po new file mode 100644 index 0000000..942cc22 --- /dev/null +++ b/rubycore/locales/et-EE.po @@ -0,0 +1,4674 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Estonian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: et\n" +"X-Crowdin-File-ID: 4\n" +"Language: et_EE\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Käsud Red'i cogi halduriga suhtlemiseks." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr " Loetleb praegused kogi asukohad eelistuse järjekorras." + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "Lisa asukoht saadaolevate cogi asukohtade loendisse." + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "See asukoht ei eksisteeri või ei osuta kehtivale kaustale." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "Cogi asukoht ei saa olla osa boti andmete asukohast ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "Cogi asukoht ei saa olla osa boti tuumakasutuse asukohast ({core_path})." + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "Esitatud asukoht tundub olevat kogi pakett, kas oled kindel, et soovid selle asukoha lisada **cogi asukohana**?\n\n" +"Näiteks järgmises olukorras peaksid lisama {path} **cogi asukohana**:\n" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/fi-FI.po b/rubycore/locales/fi-FI.po new file mode 100644 index 0000000..7f26c51 --- /dev/null +++ b/rubycore/locales/fi-FI.po @@ -0,0 +1,4674 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Finnish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fi\n" +"X-Crowdin-File-ID: 4\n" +"Language: fi_FI\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Komennot liittymään Redin pluginhallintaan." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Polkua ei ole olemassa tai se viittaa virheelliseen kansioon." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Polku lisätty onnistuneesti." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} ladattu:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} lataus poistettu:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Red-instanssisi on vanhentunut! Nykyinen versio on {}, mutta käytät versiota {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "Tuo komento ei ole käytettävissä yksityisviesteissä." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Tuo komento on käytettävissä vain yksityisviesteissä." + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Et voi maksaa tästä komennosta yksityisviesteissä ilman globaalia pankkia." + +#: redbot/core/bank.py:1067 +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 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red-versio" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Kyllä, {version} on saatavilla." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Päivitysten tarkistus epäonnistui." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Vanhentunut" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Tietoa Redistä" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Vahvistusta ei saatu, peruutetaan." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Tässä voi kestää jonkin aikaa." + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "Käyttäjä ei voi poistaa omaa dataansa." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "käytössä" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "ei käytössä" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Selvä. Näkemiin :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Okei, jään sitten :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Sammutetaan... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Käynnistetään uudelleen..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Globaali" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Palvelin" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Kuvaus nollattu." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "URL-osoite on virheellinen." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Valmista." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Avatar poistettu." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "Vahvistetun botin nimeä ei voida muokata manuaalisesti. Ota yhteyttä Discord-tukeen vaihtaaksesi sen." + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "Nimen vaihtaminen ei onnistunut. Sen tulee olla 32 kirjainta pitkä tai lyhyempi." + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "Käyttäjänimen vaihto ei onnistunut. Discord palautti seuraavan virheen:\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Tilaksi asetettiin {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Väri nollattiin." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Väri asetettiin." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "Käyttäjä-ID: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Tuntematon tai poistettu käyttäjä" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "En voi antaa sinun tehdä noin, sillä sen jälkeen et voisi enää käyttää komentoja." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "Poistutaan." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Tapaus #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Syy:** Käytä `reason`-komentoa lisätäksesi syyn" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Tuntematon" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Poistettu käyttäjä." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderaattori" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Kesto" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Kanava" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Viimeksi muokattu" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/fr-FR.po b/rubycore/locales/fr-FR.po new file mode 100644 index 0000000..ceab351 --- /dev/null +++ b/rubycore/locales/fr-FR.po @@ -0,0 +1,4940 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File-ID: 4\n" +"Language: fr_FR\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Commandes pour la gestion des cogs de Red." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Liste les chemins des cogs actuels par ordre de priorité.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Chemin d’installation : {install_path}\n" +"Chemin du noyau (Core) : {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Ajoute un chemin à la liste des chemins des cogs disponibles.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Ce chemin n'existe pas ou ne pointe pas vers un répertoire valide." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "Un chemin de cog ne peut pas faire partie du chemin de données du bot ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "Un chemin de cog ne peut pas faire partie du chemin de base du bot ({core_path})." + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "Le chemin fourni semble être un paquet cog, êtes-vous sûr que c'est le chemin que vous voulez ajouter en tant que **chemin de cog**?\n\n" +"Par exemple, dans le cas suivant, vous devriez ajouter la {path} en tant que **chemin de cog** :\n" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "Veuillez consulter la documentation de l'interface utilisateur de Cog Manager, en cas de doute :" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "Ok, le chemin ne sera pas ajouté." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Chemin d'accès ajouté avec succès." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +"Enlevez un ou plusieurs chemins cog disponibles données par les `path_numbers` de `[p]paths`. " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Les chemins suivants ont été enlevés : {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Le chemin d'accès suivant n'existe pas : {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Réordonne les chemins internes pour permettre la découverte de différents cogs.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Index 'from' invalide." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Index 'to' invalide." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Chemins d'accès réorganisés." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" Renvoie le chemin d'installation actuel ou le définit s'il est fourni.\n\n" +" Le chemin fourni doit être absolu ou relatif au chemin d'accès du bot.\n" +" Et il doit déjà exister.\n\n" +" Aucun cog installé ne sera transféré pendant le processus.\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Ce chemin d'accès n'existe pas." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Le bot va installer les nouveaux cogs vers le dossier `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Liste tous les cogs chargés et disponibles.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} chargé :**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} déchargé :**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Pour résoudre ce problème, vous devez faire une de ces tâches :" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Vérifier si l'exécuteur de la commande n'est pas un bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "L'utilisateur est un bot ce qui l'empêche d'exécuter n'importe quelle commande." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Cela ne peut pas être corrigé - les bots ne devraient pas écouter les autres bots." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Vérifiez si le bot peut envoyer des messages dans ce salon" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Le bot est expiré dans le canal donné." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Pour résoudre ce problème, supprimez le délai d'attente du bot." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Le bot n'a pas la permission d'envoyer des messages dans ce salon." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Pour résoudre ce problème, assurez-vous que la configuration des permissions permet au bot d'envoyer des messages grâce à la hiérarchie de permissions:\n" +"https://support.discord.com/hc/fr/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Vérifie si le salon et le serveur ne sont pas ignorés" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Pour résoudre ce problème, vérifiez la liste retournée par la commande {command} et assurez-vous que le salon {thread}, sa catégorie ou le serveur ne font pas partie de cette liste." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Pour résoudre ce problème vérifiez la liste retournée par la commande {command} et assurez-vous que le salon {channel} et le serveur ne font pas partie de cette liste." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Pour résoudre ce problème, vérifiez la liste retournée par la commande {command} et assurez-vous que le salon {thread} et sa catégorie de salon n'appartient pas à ({channel_category}). Vérifiez aussi que le serveur ne fait pas partie de cette liste." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Pour résoudre ce problème, vérifiez la liste retournée par la commande {command} et assurez-vous que le salon {channel} et sa catégorie de salon n'appartient pas à ({channel_category}). Vérifiez aussi que le serveur ne fait pas partie de cette liste." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Le bot est configuré pour ignorer les commandes dans ce salon ou sur ce serveur." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "La liste blanche globale empêche l'utilisateur d'exécuter cette commande." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Pour résoudre ce problème, vous pouvez soit ajouter l'utilisateur à la liste des utilisateurs autorisés, soit effacer cette liste.\n" +"Si vous souhaitez conserver la liste des utilisateurs autorisés, vous pouvez exécuter {command_1} qui ajoutera {user} à la liste des utilisateurs autorisés.\n" +"Si vous souhaitez plutôt effacer la liste des utilisateurs autorisés et laisser tous les utilisateurs exécuter des commandes librement, vous pouvez exécuter {command_2} pour faire cela." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "La liste globale des utilisateurs/rôles bloqués empêche l'utilisateur d'exécuter cette commande." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Pour résoudre ce problème, vous pouvez soit supprimer l'utilisateur de la liste de blocage, soit effacer la liste de blocage.\n" +"Si vous souhaitez conserver la liste de blocage, vous pouvez exécuter {command_1} qui supprimera {user} de la liste de blocage.\n" +"Si vous souhaitez plutôt effacer la liste de blocage et laisser tous les utilisateurs exécuter des commandes librement, vous pouvez exécuter {command_2} pour faire cela." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "La liste locale des autorisations empêche l'utilisateur d'exécuter cette commande." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Pour résoudre ce problème, vous pouvez soit ajouter l'utilisateur ou l'un de ses rôles à la liste d'autorisation locale, soit effacer la liste d'autorisation locale.\n" +"Si vous souhaitez conserver la liste d'autorisation locale, vous pouvez exécuter {command_1} qui ajoutera {user} à la liste d'autorisation locale.\n" +"Si vous souhaitez plutôt effacer la liste d'autorisation locale et laisser tous les utilisateurs exécuter des commandes librement, vous pouvez exécuter {command_2}." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "La liste de blocage locale empêche l'utilisateur d'exécuter cette commande." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Pour résoudre ce problème, vous pouvez soit supprimer les rôles de l'utilisateur de la liste de blocage locale, soit effacer la liste de blocage locale.\n" +"Si vous souhaitez conserver la liste de blocage locale, vous pouvez exécuter {command_1} qui supprimera les rôles de l'utilisateur ({roles}) de la liste de blocage locale.\n" +"Si vous souhaitez plutôt effacer la liste de blocage locale et laisser tous les utilisateurs exécuter des commandes librement, vous pouvez exécuter {command_2} pour faire cela." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Pour résoudre ce problème, vous pouvez soit supprimer l'utilisateur et ses rôles de la liste de blocage locale, soit effacer la liste de blocage locale.\n" +"Si vous souhaitez conserver la liste de blocage locale, vous pouvez exécuter {command_1} qui supprimera {user} et ses rôles ({roles}) de la liste de blocage locale.\n" +"Si vous souhaitez plutôt effacer la liste de blocage locale et laisser tous les utilisateurs exécuter des commandes librement, vous pouvez exécuter {command_2} pour faire cela." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Pour résoudre ce problème, vous pouvez soit supprimer l'utilisateur de la liste de blocage locale, soit effacer la liste de blocage locale.\n" +"Si vous souhaitez conserver la liste de blocage locale, vous pouvez exécuter {command_1} qui supprimera {user} de la liste de blocage locale.\n" +"Si vous souhaitez plutôt effacer la liste de blocage locale et laisser tous les utilisateurs exécuter des commandes librement, vous pouvez exécuter {command_2}." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Vérifications des listes d'autorisation et de blocage" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Vérification des Contrôles globaux, cog et commandes" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "La commande donnée est désactivée dans cette guilde." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "L'un des parents de la commande donnée est désactivé globalement." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Pour résoudre ce problème, vous pouvez exécuter {command} qui activera la commande {affected_command} dans cette guilde." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Autres problèmes liés aux contrôles" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Il y a un problème lié aux vérifications de {command} mais nous ne sommes pas en mesure d'en déterminer la cause exacte." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Pour résoudre ce problème, il faut procéder à un examen manuel des contrôles globaux, des cogs et des commandes." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Contrôles globaux" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "L'une des vérifications globales pour la commande {command} a échoué avec un message :\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "L'une des vérifications globales pour la commande {command} a échoué sans message." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Vérifications Cog" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "L'une des vérifications cog pour la commande {command} a échoué avec un message :\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "L'une des vérifications cog pour la commande {command} a échoué sans message." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Vérifications Commandes" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "L'une des vérifications de la commande {command} a échoué avec un message :\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "L'une des vérifications de la commande {command} a échoué sans message." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Vérification des permissions" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "Vérification des permissions" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Le cog de la commande donnée est désactivé dans cette guilde." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Pour résoudre ce problème, vous pouvez exécuter {command} qui activera le cog {affected_cog} dans cette guilde." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Il manque au Bot certaines permissions de canal ({permissions}) requises par le cog {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Il manque au Bot certaines permissions de canal ({permissions}) requises par la commande {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Pour résoudre ce problème, accordez les autorisations requises au bot par le biais des paramètres de rôle ou des dérogations de canal." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Autres problèmes liés aux permissions." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Erreur fatale : Il y a un problème lié aux permissions du cog {cog} mais nous ne sommes pas en mesure d'en déterminer la cause exacte." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Erreur fatale : Il y a un problème lié aux permissions de la commande {command} mais nous ne sommes pas en mesure d'en déterminer la cause exacte." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Il s'agit d'une erreur inattendue, veuillez la signaler sur le gestionnaire de problèmes de Red." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Assurez-vous que la commande n'est pas uniquement réservée au(x) propriétaire(s) du bot" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "La commande est réservée au propriétaire du bot et l'utilisateur donné n'est pas le propriétaire du bot." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Cela ne peut pas être corrigé - les utilisateurs ordinaires ne peuvent pas exécuter les commandes réservées au propriétaire du bot." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Vérifications des permissions" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Erreur fatale : le résultat des vérifications des permissions est incohérent." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "Pour résoudre ce problème, il faut procéder à un examen manuel des cogs installés." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "L'accès a été refusé par l'un des contrôles de permissions du cog." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Permissions utilisateurs Discord, niveau de privilèges et règles des permissions du cog" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "L'accès a été refusé en raison des règles définies pour le cog {cog} avec les permission du cog." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "L'accès a été refusé en raison des règles définies pour la commande {command} avec les permissions du cog." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "Pour résoudre ce problème, une révision manuelle des règles est nécessaire." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Il y a un problème lié aux permissions du cog {cog} mais nous ne sommes pas en mesure de déterminer la cause exacte." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Il y a un problème lié aux permissions de la commande {command} mais nous ne sommes pas en mesure de déterminer la cause exacte." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "Pour résoudre ce problème, une révision manuelle de la commande est nécessaire." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Vérifications des permissions" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "L'accès a été refusé par l'un des contrôles de permissions du cog {cog}." + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "L'accès a été refusé par l'un des contrôles de permissions de la commande {command}." + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "Pour résoudre ce problème, une révision manuelle des contrôles de permissions est nécessaire." + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "Permissions et niveau de privilège de l'utilisateur sur discord" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "accorder les autorisations requises à l'utilisateur par le biais de paramètres de rôle ou de dérogations de canal" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Il manque à l'utilisateur certaines des autorisations de canal ({permissions}) requises par le cog {cog}." + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "L'utilisateur ne dispose pas de certaines des autorisations de canal ({permissions}) requises par la commande {command}." + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "propriétaire de guilde" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "le rôle de modérateur" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "le rôle administrateur" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "attribuer le rôle approprié à l'utilisateur" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "L'utilisateur n'a pas le niveau de privilège ({privilege_level}) requis par le cog {cog}." + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "L'utilisateur ne possède pas le niveau de privilège ({privilege_level}) requis par la commande {command}." + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "ajouter la règle appropriée dans le menu \"Permissions\" du cog" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "L'utilisateur ne possède ni les autorisations de canal ({permissions}) ni le niveau de privilège ({privilege_level}) requis par le cog {cog}." + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "L'utilisateur ne possède ni les autorisations de canal ({permissions}) ni le niveau de privilège ({privilege_level}) requis par la commande {command}." + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "Vérification des contrôles et des permissions pour la commande {command}" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Autres vérifications des commandes" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "La commande donnée échoue à l'une des vérifications requises." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "Pour résoudre ce problème, une révision manuelle des contrôles de la commande est nécessaire." + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "Contrôles globaux 'appel unique'" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "Autres contrôles globaux 'appel unique'" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "L'une des vérifications globales \"appel unique\" mises en œuvre par un cog tiers empêche l'exécution de cette commande." + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Vérifier si la commande est désactivée" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "Pour résoudre ce problème, vous pouvez exécuter {command} qui activera globalement la commande {affected_command}." + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "La commande donnée est globalement désactivée." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Vérification des contrôles et des autorisations" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Passé" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Échoué" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "Toutes les vérifications ont été passées et aucun problème n'a été détecté. Assurez-vous que les paramètres donnés correspondent au canal, à l'utilisateur et au nom de la commande qui ont été problématiques.\n\n" +"Si vous ne trouvez toujours pas le problème, il est probable que l'un des cogs tiers que vous utilisez ajoute un cog local global ou cog avant d'appeler un hook qui empêche la commande d'être appelée car cela ne peut pas être diagnostiqué avec cet outil." + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "Le bot a été capable d'identifier le problème." + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Problème détecté : " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Solution: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Voici un rapport détaillé au cas où vous en auriez besoin :" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Salon: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Appel de commande: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Commande: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Les tests qui ont été effectués :" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Votre instance de Red est obsolète ! {} est la version actuelle, cependant vous utilisez {} !" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Bien que la commande suivante devrait fonctionner dans la plupart des scénarios vu qu'elle est basée sur votre système d'exploitation, votre environnement et votre version de Python **Nous vous recommandons fortement de lire la documentation de mise à jour à ce lien <{docs}> et de vous assurer qu'il n'y a rien d'autre à faire pendant la mise à jour.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"Vous avez Python version `{py_version}` et cette mise à jour nécessite la version `{req_py}` ; vous ne pouvez pas simplement exécuter la commande de mise à jour.\n\n" +"Vous devrez suivre les instructions de mise à jour dans notre documentation ci-dessus, si vous avez toujours besoin d'aide pour la mise à jour après avoir suivi la documentation, vous pouvez aller sur notre salon de #support dans " + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "Pour mettre à jour votre bot, arrêtez d'abord votre bot puis ouvrez une fenêtre de{console} (Pas en tant qu'administrateur) et exécutez ce qui suit :{command_1}\n" +"Une fois que vous avez redémarré votre bot, nous vous recommandons de mettre à jour tous les cogs tiers installés avec cette commande dans Discord :{command_2}" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Invite de commande" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Terminal" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "L'argument {parameter_name} doit être un entier positif." + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "L'argument `{parameter_name}` ne doit pas être un entier supérieur à {maximum}." + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "L'argument `{parameter_name}` doit être un entier au moins de {minimum}." + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "L'argument `{parameter_name}` doit être un entier entre {minimum} et {maximum}." + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "L'argument `{parameter_name}` doit être un nombre positif." + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "L'argument `{parameter_name}` ne doit pas être un nombre supérieur à {maximum}." + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "L'argument `{parameter_name}` doit être un nombre au moins de {maximum}." + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "L'argument `{parameter_name}` doit être un nombre compris entre {minimum} et {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 "L'argument `{parameter_name}` doit être une chaîne de caractères d'une longueur maximale de {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 "L'argument `{parameter_name}` doit être une chaîne de caractères d'une longueur maximale de {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 "L'argument `{parameter_name}` doit être une chaîne de caractères d'une longueur comprise entre {minimum} et {maximum}." + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "L'argument `{parameter_name}` doit être un nombre au moins de {minimum}." + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "\"{argument}\" n'est pas un nombre." + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "\"{argument}\" n'est pas un nombre." + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +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 +msgid "Error in command '{command}'." +msgstr "Erreur lors de l’exécution de la commande '{command}'." + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +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 +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 +msgid "That command is not available in DMs." +msgstr "Cette commande n'est pas disponible en Messages Privés (DMs)." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Cette commande est disponible seulement en messages privés." + +#: redbot/core/_events.py:422 +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 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "Cette commande est en cours de rechargement. Réessayez {relative_time}." + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée que {number} fois simultanément." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée que une fois simultanément." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Cette commande est toujours en cours d’exécution, elle ne peut être utilisée que {number} fois par {type} simultanément." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Cette commande est toujours en cours d’exécution, elle ne peut être utilisée qu'une seule fois par {type} simultanément." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée que {number} fois par {type} simultanément." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "Trop de personnes utilisent cette commande. Elle ne peut être utilisée qu'une seule fois par {type} simultanément." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Impossible de payer cette commande en message privé sans banque globale." + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "Vous avez besoin d’au moins {cost} {currency} pour utiliser cette commande." + +#: redbot/core/bot.py:2482 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "La commande {command_name} est une commande ou un alias qui existe déjà dans l'un des cogs chargés." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Le cog Core a de nombreuses commandes liées aux fonctionnalités de base.\n\n" +" Ces commandes viennent chargées avec chaque bot Red, et couvrent certaines des utilisations les plus basiques du bot.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "Affiche les informations à propos de [botname]." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ce bot est une instance de [Red, un bot Discord open source]({}) créé par [Twentysix]({}) et [amélioré par beaucoup]({}).\n\n" +"Red est soutenu par une communauté passionnée qui contribue et crée du contenu pour tout le monde. [Rejoignez nous]({}) et aidez-nous à améliorer Red !\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Instance appartenant à l'équipe" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instance appartenant à" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Version de Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Oui, {version} est disponible." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "La vérification des mises à jour a échoué." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Obsolète" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "À propos de cette instance" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "À propos de Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Apporte de la joie depuis le 2 janvier 2016 (Depuis {} jours !)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ce bot est une instance de Red, un bot Discord open source (1) créé par Twentysix (2) et amélioré par beaucoup (3).\n\n" +"Red est soutenu par une communauté passionnée qui contribue et crée du contenu que tout le monde puisse profiter. Rejoignez-nous aujourd'hui (4) et aidez-nous à l'améliorer !\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instance appartenant à l'équipe : [{owner}]\n" +"Python : [{python_version}] (5)\n" +"discord.py : [{dpy_version}] (6)\n" +"Version de Red : [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instance appartenant à : [{owner}]\n" +"Python : [{python_version}] (5)\n" +"discord.py : [{dpy_version}] (6)\n" +"Version de Red : [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Obsolète : [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**À propos de Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**À propos de cette instance**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Références**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Affiche le temps de disponibilité de [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Moins d'une seconde." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "Je suis en ligne depuis : **{time_quantity}** (Depuis {timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Des commandes qui interagissent avec les données que [botname] a sur vous.\n\n" +" Plus d'informations peuvent être trouvées dans la [Documentation des données utilisateur.](https://docs.discord.red/fr/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "\n" +" Découvrez quel type de données [botname] stocke et pourquoi.\n\n" +" **Exemple:**\n" +" - `[p]mydata whatdata`\n" +" " + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Ce bot garde des données à propos des utilisateurs nécessaires pour son fonctionnement. Cela consiste principalement en l'ID que Discord assigne à votre utilisateur, lié à une poignée d'autres choses selon ce avec quoi vous interagissez dans le bot. Quelques commandes gardent ces données pour savoir qui a créé quelque chose (notamment les listes de lecture). Pour tous les détails à ce propos ainsi que des infos plus précises sur ce qui est gardé, voyez {link}.\n\n" +"En plus, des ajouts tiers chargés par le propriétaire du bot peuvent ou non garder des infos additionnelles. Vous pouvez utiliser `{prefix}mydata 3rdparty` pour voir les déclarations fournies par chaque ajout tiers." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "Afficher les déclarations de données de l'utilisateur final de chaque module tiers.\n\n" +" Ceci enverra une pièce jointe avec les déclarations de données de l'utilisateur final de tous les modules tiers chargés.\n\n" +" **Exemple :**\n" +" - `[p]mydata 3rdparty`\n" +" " + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Je dois pouvoir être capable de joindre des fichiers (essayez en Messages Privés (DM) ?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Ce cas ne semble pas avoir d'extension tierce chargée." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "Déclarations tierces des Données de l'Utilisateur Final" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Ce qui suit sont les déclarations fournies par les extensions tierces." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "Extensions tierces sans déclarations\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Voici une page générée avec les déclarations fournies par les extensions tierces." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Nous n'avons pas reçu de confirmation, annulation." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Nous n'avons pas reçu de confirmation correspondante, annulation." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "\n" +" Forcez [botname] à oublier ce qu'il sait sur vous.\n\n" +" Cela peut ne pas supprimer toutes les données vous concernant, les données nécessaires à l'opération,\n" +" comme les temps de recharge des commandes seront conservées jusqu'à ce qu'elles ne soient plus nécessaires.\n\n" +" D'autres interactions avec [botname] peuvent à nouveau lui fournir des infos à votre sujet.\n\n\n" +" **Exemple :**\n" +" - `[p]mydata forgetme`\n" +" " + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Cette commande ({command}) ne supporte pas l'utilisation non interactive." + +#: 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 "Cela forcera le bot à se débarrasser et/ou se désassocier de vos données. Il ne se débarrassera pas des données opérationnelles telles que les entrées de modlog, les avertissements ou les mises en sourdine. Si vous êtes sûr que c'est ce que vous voulez, veuillez répondre avec ce qui suit :" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Cela peut prendre du temps." + +#: 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 "J'ai essayé de supprimer toutes les données non opérationnelles vous concernant (que je sais supprimer) {mention}, cependant les modules suivants ont retourné une erreur : {modules}. De plus, les cogs suivants ont délivré une erreur : {cogs}.\n" +"Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: 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 "J'ai essayé de supprimer toutes les données non opérationnelles vous concernant (que je sais supprimer) {mention}, Cependant, les cogs suivants ont retourné une erreur : {cogs}.\n" +"Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" +"Note : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: 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 "J'ai essayé de supprimer toutes les données non opérationnelles vous concernant (que je sais supprimer) {mention}, Cependant, les modules suivants ont retourné une erreur : {modules}.\n" +"Veuillez contacter le propriétaire de ce bot pour résoudre ce problème.\n" +"Note : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "J'ai supprimé toutes les données non opérationnelles vous concernant (que je sais supprimer) {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 "{mention} Les cogs suivants n'ont pas géré la suppression :\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[Bientôt] Obtenez les données que [botname] a sur vous." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Cette commande ne fait rien pour le moment, mais nous travaillons à ajouter le support pour cela." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Commandes pour un traitement de données plus complet.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "\n" +" Configurez le bot pour permettre aux utilisateurs de demander la suppression de données.\n\n" +" Cette option est activée par défaut.\n" +" Opposé à `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Exemple:**\n" +" - `[p]mydata ownermanagement allowuserdeletions` " + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "L'utilisateur peut supprimer ses propres données. Cela n'inclura pas les données opérationnelles telles que les utilisateurs bloqués." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "\n" +" Configurez le bot pour qu'il ne permette pas aux utilisateurs de demander la suppression de données.\n\n" +" Opposé à `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Exemple:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" \n" +" " + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "L'utilisateur ne peut pas supprimer ses propres données." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "\n" +"Définit comment les suppressions d'utilisateurs sont traitées.\n\n" +" **Exemple:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - Le niveau de rigueur pour la suppression des utilisateurs. Voir le guide des niveaux ci-dessous.\n\n" +" Niveau :\n" +" - `0` : Ce que les utilisateurs peuvent supprimer est laissé entièrement à la discrétion de chaque cog.\n" +" - `1` : Les joueurs doivent supprimer tout ce dont ils n'ont pas besoin concernant l'utilisateur.\n" +" " + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Les Cogs seront chargés de supprimer toutes les données non opérationnelles à la demande de l'utilisateur." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Les cogs seront informés qu'un utilisateur a fait une demande de suppression de données, et les détails de ce qu'il faut supprimer seront laissés à la discrétion de l'auteur du cog." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "\n" +" Traite une demande de suppression de Discord.\n\n" +" Cela fera que le bot se débarrasse ou désassociera toutes les données de l'ID utilisateur spécifié.\n" +" Vous ne devriez pas utiliser ceci à moins que Discord ne l'ait spécifiquement demandé à l'égard d'un utilisateur supprimé.\n" +" Ceci supprimera l'utilisateur de diverses mesures anti-abus.\n" +" Si vous traitez une requête manuelle d'un utilisateur, vous pouvez vouloir `[p]mydata ownermanagement deleteforuser` à la place.\n\n" +" **Arguments:**\n" +" - `` - L'id de l'utilisateur dont les données seront supprimées.\n" +" " + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Cela fera que le bot se débarrassera ou désassociera toutes les données de l'ID utilisateur spécifié. Vous ne devriez pas utiliser cela à moins que Discord ne l'ait spécifiquement demandé à l'égard d'un utilisateur supprimé. Ceci supprimera l'utilisateur de diverses mesures anti-abus. Si vous traitez une requête manuelle d'un utilisateur, vous pouvez vouloir `{prefix}{command_name}` à la place.\n\n" +"Si vous êtes sûr que c'est ce que vous avez l'intention de faire, veuillez répondre avec ce qui suit :" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur (que je sais supprimer) cependant les modules suivants ont retourné une erreur : {modules}. De plus, les cogs suivants ont délivré une erreur : {cogs}.\n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur (que je sais supprimer) cependant les cogs suivants ont retourné une erreur : {cogs}. \n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "J'ai essayé de supprimer toutes les données concernant cet utilisateur (que je sais supprimer) cependant les modules suivants ont retourné une erreur : {modules}. \n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "J'ai supprimé toutes les données sur cet utilisateur que je sais supprimer." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "Supprimer les données de [botname] concernant un utilisateur pour un utilisateur.\n\n" +" Cela fera que le bot se débarrasse ou désassociera beaucoup de données non opérationnelles de l'utilisateur spécifié.\n" +" Les utilisateurs ont accès à une commande différente pour cela sauf s'ils ne peuvent pas interagir avec le bot du tout.\n" +" C'est une opération généralement sûre, mais vous ne devriez pas l'utiliser à moins de traiter une requête de cet utilisateur car cela peut affecter son utilisation du bot.\n\n" +" **Arguments :**\n" +" - `` - L'id de l'utilisateur dont les données seraient supprimées.\n" +" " + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Cela fera que le bot se débarrassera ou désassociera beaucoup de données non opérationnelles concernant l'utilisateur spécifié. Les utilisateurs ont accès à des commandes différentes pour cela sauf s'ils ne peuvent pas interagir avec le bot du tout. Il s'agit d'une opération presque sûre, mais vous ne devriez pas l'utiliser à moins de traiter une requête de cet utilisateur car cela peut affecter son utilisation du bot. \n\n" +"Si vous êtes sûr que c'est ce que vous avez l'intention de faire, veuillez répondre avec les éléments suivants :" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "J'ai essayé de supprimer toutes les données non opérationnelles concernant cet utilisateur (que je sais supprimer) cependant les modules suivants ont retourné une erreur : {modules}. De plus, les cogs suivants ont délivré une erreur : {cogs}.\n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "J'ai essayé de supprimer toutes les données non opérationnelles concernant cet utilisateur (que je sais supprimer) cependant les cogs suivants ont retourné une erreur : {cogs}. \n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "J'ai essayé de supprimer toutes les données non opérationnelles concernant cet utilisateur (que je sais supprimer) cependant les modules suivants ont retourné une erreur : {modules}. \n" +"Veuillez verifier vos logs et contactez les créateurs de ces cogs et ces modules.\n" +"Remarque : En dehors de ces échecs, les données devraient avoir été supprimées." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "J'ai supprimé toutes les données non opérationnelles sur cet utilisateur que je sais supprimer." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "Supprimer les données de [botname] concernant un utilisateur.\n\n" +" Cela fera que le bot se débarrasse ou désassociera beaucoup de données à propos de l'utilisateur spécifié.\n" +" Cela peut inclure plus que de simples données de l'utilisateur final, y compris des enregistrements anti-abus.\n\n" +" **Arguments:**\n" +" - `` - L'id de l'utilisateur dont les données seraient supprimées.\n" +" " + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Cela fera que le bot se débarrasse ou désassociera beaucoup de données concernant l'utilisateur spécifié. Cela peut inclure plus que des données de l'utilisateur final, y compris des enregistrements anti-abus.\n\n" +"Si vous êtes sûr que c'est ce que vous avez l'intention de faire, veuillez répondre avec les éléments suivants :" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "\n" +" Commandes pour activer ou éteindre les intégrations\n" +" Cette option détermine s'il faut ou non utiliser incorporations comme réponse à une commande (pour les commandes qui le supportent).\n" +" La valeur par défaut est d'utiliser des incorporations.\n\n" +" Les paramètres d'intégration sont vérifiés jusqu'au premier Vrai / Faux dans cet ordre :\n" +" - Dans le contexte de guilde :\n" +" 1. Remplacement de canal - `[p]embedset channel`\n" +" 2. Remplacement de la commande du serveur - `[p]embedset command server`\n" +" 3. Remplacement du serveur - `[p]embedset server`\n" +" 4. Remplacement de commande globale - `[p]embedset command global`\n" +" 5. Paramètre global -`[p]embedset global`\n\n" +" - Dans le contexte de DM :\n" +" 1. Remplacement de l'utilisateur - `[p]embedset user`\n" +" 2. Remplacement de commande globale - `[p]embedset command global`\n" +" 3. Paramètre global - `[p]embedset global`\n" +" " + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "\n" +" Affiche les paramètres d'intégration actuels.\n\n" +" Fournissez un nom de commande pour vérifier les paramètres d'incorporation spécifiques à la commande.\n\n" +" **Exemples:**\n" +" - `[p]embedset showsettings` - Affiche les paramètres intégrés.\n" +" - `[p]embedset showsettings info` - Affiche également les paramètres d'intégration pour la commande 'info'.\n" +" - `[p]embedset showsettings \"ignore list\"` - La vérification des sous-commandes nécessite des guillemets.\n\n" +" **Arguments:**\n" +" - `[command]` - Vérifie cette commande pour les paramètres d'incorporation spécifiques à la commande.\n" +" " + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Paramètre des embeds :\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "Paramètre par défaut global : {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Paramètre global de la commande {command} : {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Paramètre du serveur : {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "Paramètre du serveur pour la commande {command} : {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Paramètres du salon : {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Paramètre utilisateur : {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "\n" +" Activer/désactiver le paramètre d'intégration global.\n\n" +" Ceci est utilisé comme valeur si l'utilisateur ou le serveur n'a pas défini de préférence.\n" +" La valeur par défaut est d'utiliser des incorporations.\n" +" Pour voir l'ordre d'évaluation complet des paramètres intégrés, exécutez `[p]aide embedset`.\n\n" +" **Exemple :**\n" +" - `[p]embedset global`\n" +" " + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Les embeds sont maintenant désactivées par défaut." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Les embeds sont maintenant activées par défaut." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "\n" +" Définissez le paramètre d'intégration du serveur.\n" +" S'il est défini, il est utilisé à la place de la valeur par défaut globale pour déterminer s'il faut ou non utiliser des incorporations.\n" +" Ceci est utilisé pour toutes les commandes effectuées dans un serveur.\n\n" +" Si le champ est laissé vide, le paramètre sera annulé et la valeur globale par défaut sera utilisée à la place.\n\n" +" Pour voir l'ordre d'évaluation complet des paramètres intégrés, exécutez `[p]help embedset`.\n\n" +" **Exemples:**\n" +" - `[p]embedset server False` - Désactive les intégrations sur ce serveur.\n" +" - `[p]embedset server` - Réinitialise la valeur par défaut pour utiliser la valeur globale.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Indique s'il faut utiliser des intégrations sur ce serveur. Laissez vide pour réinitialiser par défaut.\n" +" " + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Les embeds vont maintenant revenir au paramètre global." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Les embeds sont maintenant activées pour ce serveur." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Les embeds sont maintenant désactivées pour ce serveur." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "\n" +" Définit le paramètre d'intégration d'une commande.\n\n" +" Si vous êtes le propriétaire du bot, cela tentera de modifier le paramètre d'inclusion de la commande globalement par défaut.\n" +" Sinon, cela essaiera de modifier les paramètres d'intégration sur le serveur actuel.\n\n" +" Si cette option est laissée vide, l'option sera annulé.\n\n" +" Pour voir l'ordre d'évaluation complet des paramètres d'intégration, exécutez `[p]help embedset`.\n\n" +" **Exemples:**\n" +" - `[p]embedset command info` - Efface les paramètres spécifiques de la commande pour 'info'.\n" +" - `[p]embedset info False` - Désactive les intégrations pour 'info'.\n" +" - `[p]commande embedset \"ignore list\" True` - Des guillemets sont nécessaires pour les sous-commandes.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Indique s'il faut utiliser des incorporations pour cette commande. Laissez vide pour réinitialiser par défaut.\n" +" " + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "La commande passée nécessite l’autorisation Embed Links et ne peut donc pas être configurée pour ne pas utiliser d’embeds." + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "\n" +" Définit le paramètre d'intégration d'une commande globalement.\n\n" +" Si vous êtes le propriétaire du bot, cela tentera de modifier le paramètre d'inclusion de la commande globalement par défaut.\n" +" Sinon, cela tentera de modifier les paramètres des intégration sur le serveur actuel.\n\n" +" Si cette option est laissée vide, le paramètre sera annulé.\n\n" +" Pour voir l'ordre d'évaluation complet des paramètres d'intégration, exécutez `[p]help embedset`.\n\n" +" **Exemples:**\n" +" - `[p]embedset command info` - Efface les paramètres spécifiques de la commande pour 'info'.\n" +" - `[p]embedset info False` - Désactive les intégration pour 'info'.\n" +" - `[p]commande embedset \"ignore list\" True` - Des guillemets sont nécessaires pour les sous-commandes.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Indiqué s'il faut utiliser des incorporations pour cette commande. Laissez vide pour réinitialiser par défaut." + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "Les embeds sont maintenant activés pour la commande {command_name}." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "Les embeds sont maintenant désactivés pour la commande {command_name}." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "Les embeds vont maintenant revenir au paramètre serveur." + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Les embeds sont maintenant {} pour ce salon." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "activé" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "désactivé" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Les embeds sont maintenant activés pour vous en messages privés." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Les embeds sont maintenant désactivés pour vous en messages privés." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Aucune exception n'a eu lieu pour le moment." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "Ce bot est actuellement **serverlocked**, ce qui signifie qu'il est verrouillé sur ses serveurs actuels et qu'il quittera tout serveur qu'il rejoint." + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Des commandes pour configurer les paramètres d'invitation de [botname]." + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +" Ajoute la portée `applications.commands` à votre URL d'invitation.\n\n" +" Cela permet l'utilisation de commandes slash sur les serveurs qui ont invité votre bot avec cette portée.\n\n" +" Notez que les serveurs précédents qui ont invité le bot sans la portée ne peuvent pas avoir de commandes slash, ils devront inviter le bot une seconde fois.\n" +" " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "La portée `applications.commands` a été ajoutée à l'URL d'invitation." + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "La portée `applications.commands` a été supprimée de l'URL d'invitation." + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "Vous devez spécifier au moins un id de serveur." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "Vous n'avez donné aucun ID de serveur. Voulez-vous que je quitte ce serveur ?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "Êtes-vous sûr de vouloir que je quitte ces serveurs ?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "Êtes-vous sûr de vouloir que je quitte ce serveur ?" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "Je ne peux pas quitter le serveur `{server_name}`: j'en suis le propriétaire." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Réponse expirée." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Très bien. Bye :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "D'accord. Je quitte {number} serveurs..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "D'accord. Je quitte un serveur..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "D'accord, je reste alors. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "D'accord, je ne quitte pas ces serveurs." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "D'accord, je ne quitte pas ce serveur." + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" Liste les serveurs, dans lesquels [botname] se trouve actuellement.\n\n" +" Note : Cette commande est interactive.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Chargé {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "Le paquet suivant est déjà chargé : {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Les paquets suivants sont déjà chargés : {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Impossible de charger le paquet suivant:{pack}.\n" +"Vérifiez votre console ou les logs pour plus de détails." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Impossible de charger le paquet suivant:{packs}.\n" +"Vérifiez votre console ou les logs pour plus de détails." + +#: 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 "Les noms suivants ne sont pas des noms de paquets valides : {pack}\n" +"Les noms de paquets ne peuvent pas commencer par un chiffre et ne peuvent contenir que des chiffres, des lettres et des tirets du bas ascii." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "Les noms suivants ne sont pas des noms de paquets valides : {packs}\n" +"Les noms de paquets ne peuvent pas commencer par un chiffre et ne peuvent contenir que des chiffres, des lettres et des tirets du bas ascii." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "Le paquet suivant n'a été trouvé dans aucun chemin de cog : {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "Les paquets suivant n'ont pas été trouvé dans aucun chemin de cog : {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "Ce paquet n'a pas pu être chargé pour la raison suivante :\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "Ces paquets n'ont pas pu être chargés pour les raisons suivantes :\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**AVERTISSEMENT** : Le repo suivant utilise des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo}.\n" +" Vous devriez informer le responsable de ce dépôt de ce message." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**AVERTISSEMENT**: Les dépôts suivants utilisent des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repos}.\n" +" Vous devriez informer les responsables de ces dépôts à propos de ce message." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "Le paquet suivant a été déchargé : {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "Les paquets suivants ont été déchargés : {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "Le paquet suivant n'était pas chargé : {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "Les paquets suivants n'étaient pas chargés : {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Rechargé {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Impossible de recharger le paquet suivant :{pack}.\n" +"Vérifiez votre console ou les logs pour plus de détails." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Impossible de recharger les paquets suivants :{packs}.\n" +"Vérifiez votre console ou les logs pour plus de détails." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "Ce paquet n'a pas pu être rechargé pour la raison suivante :\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "Ces paquets n'ont pas pu être rechargés pour les raisons suivantes :\n\n" +"{reasons}" + +#: 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 "**AVERTISSEMENT** : Le repo suivant utilise des bibliothèques partagées qui sont marquées pour être supprimées dans le futur : {repo}.\n" +" Vous devriez informer les responsables de ce dépôt de ce message." + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "Le type de commande doit être un des types `slash`, `message`, ou `user`." + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "Cette commande d'application est déjà activée." + +#: 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 "Cette commande d'application n'a pas pu être trouvée. Utilisez `{prefix}slash list` pour voir toutes les commandes d'application. Vous devrez peut-être vérifier le type de commande." + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "La limite de commande a été atteinte. Désactivez d'abord une commande." + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "La commande d'application {command_type} `{command_name} ` est activée" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "Cette commande d'application a été définie comme nécessaire pour que le cog fonctionne par l'auteur, et ne peut pas être désactivée. Le cog doit être déchargé pour supprimer la commande." + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "Cette commande d'application est déjà désactivée ou n'existe pas." + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "Commande d'application {command_type} désactivée `{command_name}`" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "Il n'y a aucune commande d'application à afficher." + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "J'ai besoin de la portée `applications.commands` dans ce serveur pour pouvoir le faire. Vous pouvez dire au bot d'ajouter cette portée pour inviter des liens en utilisant la commande `{prefix}inviteset commandscope`, et peut alors exécuter ` l'invitation{prefix}` pour obtenir une invitation qui donnera au bot le champ d'application. Vous n'avez pas besoin d'expulser le bot pour activer la portée, il suffit d'utiliser cette invitation pour ré-authentifier le bot avec la portée activée." + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "Commandes {count} synchronisées." + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "Vous semblez essayer de vous synchroniser après une synchronisation récente. Discord n'aime pas que les robots se synchronisent plus souvent que nécessaire, cette commande a donc un temps de recharge. Vous devez activer / désactiver toutes les commandes que vous souhaitez modifier en premier, et exécuter cette commande une seule fois après que toutes les modifications ont été apportées." + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Arrêt... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Redémarrage..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Commande de base pour les paramètres de la banque." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Affiche les paramètres actuels de la banque." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Global" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Serveur" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Paramètres de la banque :\n\n" +"Nom de la banque : {bank_name}\n" +"Contexte de la banque : {bank_scope}\n" +"Devise : {currency_name}\n" +"Solde de départ : {default_balance}\n" +"Solde maximum autorisé : {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Permet de choisir si la banque est globale ou non.\n\n" +" Si la banque est globale, elle deviendra par serveur.\n" +" Si la banque est par serveurs, elle deviendra globale.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "par serveur" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Cela va basculer la banque en : {banktype}, en supprimant tout les comptes durant le processus ! Si vous êtes sûr, tapez `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "La banque est désormais : {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Défini le nom de la banque." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Le nom de la banque est maintenant : {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Défini le nom de la devise de la banque." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Le nom de la devise est maintenant : {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Définit le solde maximum qu'un utilisateur peut obtenir." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Le montant doit être supérieur à zéro et inférieur à {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Le solde maximal a été réglé sur : {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "Le montant doit être supérieur ou égal à zéro et inférieur à {maxbal}." + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "L'enregistrement d'un compte va maintenant donner {num} {currency}." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "Ceci supprimera tous les comptes bancaires pour {scope}.\n" +"Si vous êtes sûr, tapez `{prefix}bankset reset yes`" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "ce serveur" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "Tous les comptes bancaires pour {scope} ont été supprimés." + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "Commande de base pour élaguer les comptes bancaires." + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "Cette commande ne peut pas être utilisée avec une banque globale." + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "Cela supprimera tous les comptes bancaires pour les utilisateurs qui ne sont plus sur ce serveur.\n" +"Si vous êtes sûr, tapez `{prefix}bank prune local yes`" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "Les comptes bancaires des utilisateurs qui ne sont plus sur ce serveur ont été supprimés." + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "Cette commande ne peut pas être utilisée avec une banque locale." + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "Cela supprimera tous les comptes bancaires pour les utilisateurs qui ne partagent plus de serveur avec le bot.\n" +"Si vous êtes sûr, tapez `{prefix}bank prune global yes`" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "Les comptes bancaires des utilisateurs qui ne partagent plus de serveur avec le bot ont été supprimés." + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "Ceci supprimera le compte bancaire de {name}.\n" +"Si vous êtes sûr, tapez `{prefix}user prune {id} yes`" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "Le compte bancaire de {name} a été supprimé." + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "Gérer les paramètres du modlog." + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "Commande pour réparer les cas de mauvaise conduite." + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "Définir un salon comme modlog.\n\n" +" Omettre `[channel]` pour désactiver le modlog.\n" +" " + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "Les événements de modération seront envoyés à {channel}." + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "Je n'ai pas les permissions d'envoyer des messages dans {channel} !" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "Le journal des mods est déjà désactivé." + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "Journal des logs désactivé." + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "\n" +" Activer ou désactiver la création de cas pour une action de modération.\n\n" +" Une action peut être l'activation ou la désactivation de cas spécifiques. (Ban, kick, mute, etc.)\n\n" +" Exemple: `[p]modlogset case kick enabled`\n" +" " + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "Paramètres actuels :\n" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "Cette action n’est pas enregistrée." + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "La création de cas pour les actions {action_name} est maintenant {enabled}." + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "Réinitialiser tous les arguments de modlog dans ce serveur." + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "Êtes-vous sûr de vouloir réinitialiser tous les cas de modlog de ce serveur ?" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Vous avez pris trop de temps à répondre." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "Les arguments ont été réinitialisés." + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "Aucune modification n'a été faite." + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "Des commandes pour modifier les paramètres de [botname]." + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "Commandes pour modifier les paramètres de [botname]." + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Description réinitialisée." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "Cette description est trop longue pour être affichée correctement. Veuillez réessayer avec moins de 250 caractères." + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "Cette URL est invalide." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "Quelque chose s'est mal passé au moment de récupérer l'image." + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Terminé." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Avatar supprimé." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "Le nom d'utilisateur d'un bot vérifié ne peut pas être modifié manuellement. Veuillez contacter le support Discord pour le modifier." + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "Impossible de changer le nom. Doit être de 32 caractères ou moins." + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "Le changement de nom d'utilisateur a échoué. N'oubliez pas que vous pouvez changer mon nom jusqu'à 2 fois par heure. Utilisez les pseudos si vous avez besoin de changements fréquents: {command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "Impossible de changer le nom d'utilisateur. Discord a renvoyé l'erreur suivante :\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "Une erreur inattendue s'est produite au moment de changer le nom d'utilisateur." + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "Impossible de changer le pseudo. Doit être de 32 caractères ou moins." + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Je n'ai pas la permission de changer mon propre surnom." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "Le texte personnalisé a été effacé." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Le texte personnalisé a été défini." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "Le texte doit être long de moins de 1024 caractères." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "Statut défini à `Joue à {game.name}`." + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Jeu effacé." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "Statut défini à `Écoute {listening}`." + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "Écoute éffacé." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "Statut défini à ``Regarde {watching}`." + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "Status de Visionnage effacé." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "Statut défini à `Participant à : {competing}`." + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "Statut de participation effacé." + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "Statut personnalisé défini à `{text}`." + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "Statut personnalisé effacé." + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Statut changé à {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "Passer le statut de [botname] à connecté." + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "Définissez le statut de [botname] sur ne pas déranger." + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "Passer le statut de [botname] à occupé." + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "Passer le statut de [botname] à invisible." + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "Définir les rôles d'administrateur et de mod du serveur pour [botname]." + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "Ce rôle est déjà un rôle admin." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "Ce rôle est désormais considéré comme un rôle administrateur." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Ce rôle est déjà un rôle modérateur." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Ce rôle est désormais considéré comme un rôle modérateur." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "Ce rôle n’était pas un rôle administrateur." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Ce rôle n’est désormais plus considéré comme un rôle administrateur." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "Ce rôle n’était pas un rôle modérateur." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Ce rôle n’est désormais plus considéré comme un rôle modérateur." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Code de langue invalide. Utilisez le format `en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "Le langage global a été définie." + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "Le langage a été défini sur le paramètre par défaut." + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Le langage a été défini." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "Le formatage régional global sera désormais basé sur les paramètres régionaux du bot." + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "Le formatage régional global sera désormais basé sur les paramètres régionaux `{language_code}`" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "Le formatage régional sera maintenant basé sur la localisation du bot dans ce serveur." + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "Le formatage régional sera maintenant basé sur le langage `{language_code}`." + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "Cliquez sur le bouton ci-dessous pour définir vos clés." + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "Ce message de configuration des clés API a expiré." + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` les tokens API ont été définis." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "Aucun service d'API n'a encore été défini." + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "Services d'API définis:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "Service d'API défini:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "Services supprimés avec succès :\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "Service supprimé avec succès :{service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "Aucun des services que vous avez fournis n'a de clés de défini." + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "\n" +" Commandes pour configurer les notifications du propriétaire.\n\n" +" Les notifications du propriétaire incluent l'utilisation de `[p]contact` et les mises à jour disponibles du rouge.\n" +" " + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "Il n'y a pas de canaux supplémentaires envoyés." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "Salon inconnu avec l'id : {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "Pas encore défini." + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "Roles d'administrateurs: {admin}\n" +"Roles de modérateurs : {mod}\n" +"Localisation: {guild_locale}\n" +"Format régional d'écriture: {guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "{bot_name} Paramètres:\n\n" +"Préfixes : {prefixes}\n" +"{guild_settings} Localisation Globale : {locale}\n" +"Format d'écriture régionale global : {regional_format}\n" +"Couleur d'embed par défaut : {colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Suppression de la commande désactivée." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "Délai de suppression défini à {num} secondes." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Le bot supprimera les messages de commandes après {num} secondes. Définissez cette valeur sur -1 pour arrêter la suppression des messages" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Je ne supprimerai pas les messages de commande." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Le bot {} utilise sa couleur configurée pour les embeds." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "ne sera pas" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "sera" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "La recherche de commande par fuzzy a été {} pour ce serveur." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "La recherche de commande par fuzzy a été {} en DMs." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "La couleur a été réinitialisée." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "La couleur a été définie." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "Les préfixes ne peuvent pas commencer par '/', car cela entre en conflit avec les commandes slash de Discord." + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "Attention : Un préfixe est en dessous de la longueur recommandée (1 caractère).\n" +"Voulez-vous continuer ?" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Annulé." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "Attention : Un préfixe est au-dessus de la longueur recommandée (25 caractères).\n" +"Voulez-vous continuer ?" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Préfixe réglé." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "Préfixes défini." + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "Les préfixes du serveur ont été réinitialisées." + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "Vous ne pouvez pas avoir un préfixe inférieur à 1 caractère." + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "Vous ne pouvez pas avoir un préfixe de plus de 25 caractères." + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "Préfixe du serveur défini." + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "Préfixes du serveur défini." + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "J'utiliserai des boutons sur les menus de base." + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "Je n'utiliserai pas de boutons sur les menus de base." + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "Le message doit contenir moins de 1000 caractères." + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "Message d'erreur mis à jour avec succès." + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "Le message d'erreur a été réinitialisé avec succès." + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "\n" +" Commandes pour gérer les paramètres de la commande d'aide.\n\n" +" Tous les paramètres d'aide sont appliqués globalement.\n" +" " + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "Le formateur d'aide a été réinitialisé. Cela n'empêchera pas les cogs de modifier l'aide, vous devrez peut-être supprimer un cog si cela a été un problème." + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "Les paramètres d'aide ont été réinitialisés à leurs valeurs par défaut. Cela peut ne pas avoir d'impact lorsque vous utilisez des formateurs d'aide tiers." + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "L'aide n'utilisera que le menu sélectionné." + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "L'aide utilisera les menus des boutons et ajoutera un menu de sélection." + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "L'aide utilisera les menus boutons." + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "L'aide utilisera les boutons de réaction." + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "L'aide n'utilisera pas les menus." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "L'aide ne filtrera pas les commandes cachées." + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "L'aide filtrera les commandes cachées." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "Le menu d'aide n'affichera pas les alias de commandes." + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "L'aide n'affichera plus les alias de commandes." + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "L'aide cochera maintenant la commande lorsqu'elle est envoyée en DM." + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "L'aide ne cochera pas la commande lorsqu'elle est envoyée en DM." + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "L'aide ne s'affichera que pour les commandes qui peuvent être exécutées." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "L'aide s'affichera sans vérifier si les commandes peuvent être exécutées." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "L'aide vérifiera l'existence des rubriques d'aide." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "L'aide vérifiera uniquement l'existence des rubriques d'aide via l'aide floue (si elle est activée)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "Vous devez donner une valeur d'au moins 500 caractères." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Terminé. La limite de caractères par page a été définie à {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Vous devez donner une valeur de zéro ou plus !" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Terminé. La limite de page a été définie à {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "Le délai ne peut pas être supérieur à 14 jours !" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "Fait. Les messages d'aide ne seront pas supprimés maintenant." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "Terminé. Le délai de suppression a été réglé sur {} secondes." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "Vous devez donner une valeur d'au moins 15 secondes !" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "Le délai d'attente ne peut pas être supérieur à 5 minutes !" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "Terminé. Le délai de réaction a été défini à {} secondes." + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "Le tag a été réinitialisé." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "Votre tag est trop long ! Veuillez raccourcir ce type de tag pour ne pas dépasser 2048 caractères." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "Le tag a été défini." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID utilisateur : {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "par message privé" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "de {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID du serveur : {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Utilisez `{}dm {} ` pour répondre à cet utilisateur" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Envoyé par {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "J'ai été configuré pour envoyer cela nulle part." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Votre message a été envoyé." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Je ne parviens pas à envoyer votre message. Désolé." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "ID invalide, utilisateur non trouvé ou l'utilisateur est un bot. Vous pouvez seulement envoyer des messages avec des personnes avec qui je partage un serveur." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Propriétaire de {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Vous pouvez répondre à ce message avec {} contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Désolé, je n'ai pas pu transmettre votre message à {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Message envoyé a {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Envoie le chemin des données du bot." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Chemin des données: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "Affiche les informations de débogage utiles pour le débogage." + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "Un salon textuel, un salon vocal, un canal de stage ou un fil de discussion doit être passé lorsque vous utilisez cette commande en DMs." + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "L'utilisateur donné n'est pas membre du serveur diagnostiqué." + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "N'essayez pas de me tromper, le membre donné ne peut pas accéder au canal {channel}!" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "Les utilisateurs ont été ajoutés à la liste des utilisateurs autorisés." + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "L'utilisateur a été ajouté à la liste des utilisateurs autorisés." + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "Utilisateurs sur la liste des utilisateurs autorisés :" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "Utilisateur sur la liste des utilisateurs autorisés :" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Utilisateur inconnu ou supprimé" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "Les utilisateurs ont été enlevés de la liste des utilisateurs autorisés." + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "L'utilisateur a été enlevé de la liste des utilisateurs autorisés." + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "La liste des autorisés a été effacée." + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "Vous ne pouvez pas ajouter un des propriétaires du bot à la liste des utilisateurs bloqués !" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "Les utilisateurs ont été ajoutés à la liste des utilisateurs bloqués." + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "L'utilisateur a été ajouté à la liste des utilisateurs bloqués." + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "Utilisateurs sur la liste des utilisateurs bloqués :" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "Utilisateur sur la liste des utilisateurs bloqués :" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "Les utilisateurs ont été enlevé de la liste des utilisateurs bloqués." + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "L'utilisateur a été enlevé de la liste des utilisateurs bloqués." + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "La liste des bloqués a été effacée." + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "Je ne peux pas vous permettre de faire cela, car vous ne pourriez plus exécuter de commandes, ajoutez-vous à la liste des utilisateurs autorisées avant." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "Les utilisateurs et/ou les rôles ont été ajoutés à la liste des utilisateurs/rôles autorisés du serveur." + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "L'utilisateur ou le rôle a été ajouté à la liste des utilisateurs autorisés." + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "Utilisateurs et/ou rôles autorisés :" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "Utilisateur ou rôle autorisé :" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "Utilisateur / Role inconnu ou supprimé" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "Je ne peux pas vous laisser faire cela, car cela vous empêcherais d’exécuter des commandes." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "Les utilisateurs et/ou les rôles ont été retirés de la liste des utilisateurs/rôles autorisés du serveur." + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "L'utilisateur ou le rôle a été retiré de la liste des utilisateurs/rôles autorisés du serveur." + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "La liste d'autorisations du serveur a été effacée." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "Vous ne pouvez pas vous ajouter vous-même à la liste de blocages !" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "Vous ne pouvez pas ajouter le propriétaire du serveur à la liste de blocages!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "Vous ne pouvez pas ajouter un propriétaire de bot à la liste de blocages!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "Les utilisateurs et/ou les rôles ont été ajoutés à la liste des utilisateurs/rôles bloqués du serveur." + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "L'utilisateur ou le rôle a été retiré de la liste des utilisateurs/rôles bloqués du serveur." + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "Utilisateurs et/ou rôles bloqués :" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "Utilisateur ou rôle bloqué :" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "Les utilisateurs et/ou les rôles ont été retirés de la liste des bloqués du serveur." + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "L'utilisateur ou le rôle a été retiré de la liste des utilisateurs/rôles bloqués du serveur." + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "La liste des utilisateurs bloqués du serveur a été effacée." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "Des commandes pour activer et désactiver les commandes et les cogs." + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "Vous ne pouvez pas désactiver ce cog par défaut." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} a été défini comme désactivé par défaut." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} a été défini comme activé par défaut." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "Vous ne pouvez pas désactiver ce cog car vous vous verrouillez vous-même." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} a été désactivé dans ce serveur." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} a déjà été désactivé (rien à faire)." + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} a été activé dans ce serveur." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "Cog \"{arg}\" introuvable." + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} n'était pas désactivé (rien à faire)." + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "Les cogs suivants sont désactivés dans ce serveur :\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "Il n'y a pas de cogs désactivés dans ce serveur." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Il n'y a aucune commande désactivée globalement." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} commandes sont désactivées globalement.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 commande est désactivée globalement.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "Il n'y a aucune commande désactivée dans {}." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} commandes sont désactivées dans {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "1 commande est désactivée dans {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "La commande à désactiver ne peut pas être `command` ou l'une de ses sous-commandes." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Cette commande est désignée comme étant toujours disponible et ne peut pas être désactivée." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Cette commande est déjà globalement désactivée." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "Vous n'êtes pas autorisé à désactiver cette commande." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Cette commande est déjà désactivée sur ce serveur." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Cette commande est déjà activée globalement." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "Vous n'êtes pas autorisé à activer cette commande." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Cette commande est déjà activée sur ce serveur." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Rôles immunisés contre les actions de modération automatisées : \n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Membres immunisés contre les actions de modération automatisées :\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Aucun paramètre d'immunité ici." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Déjà ajouté." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Pas dans la liste." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "Ils sont immunisés." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "Ils ne sont pas immunisés." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Salon ajouté à la liste des ignorés." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Salon déjà dans la liste des ignorés." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Ce serveur a été ajouté à la liste des ignorés." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Ce serveur est déjà ignoré." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "Des commandes pour supprimer les serveurs ou les salons de la liste des ignorés." + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Salon supprimé de la liste des ignorés." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Ce salon n'est pas dans la liste des ignorés." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Ce serveur a été supprimer de la liste ignorés." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Ce serveur n'est pas dans la liste des ignorés." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Ce serveur est actuellement ignoré." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Aucun" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "Catégories actuellement ignorées : {categories}\n" +"Canaux : {channels}\n" +"Threads (exclusion archivée) :{threads}" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" Obtenir des infos sur les licences de Red .\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "Divers outils axés sur le développement." + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +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 +msgid "Exiting." +msgstr "Fermeture en cours." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "Erreur inattendue :" + +#: redbot/core/dev_commands.py:599 +#, 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 +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 +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 +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 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +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 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, 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 +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 +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." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "Le solde de {user}ne peut pas dépasser {max} {currency}." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Cas #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Raison :** Utilisez la commande `reason` pour l'ajouter" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Inconnu" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Utilisateur supprimé." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "Thread supprimé ou archivé ({thread_id}) dans {channel_name}" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "Thread {thread_id} dans {channel_id} (supprimé)" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "{channel_id} (supprimé)" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "Fil {thread_name} en {channel_name}" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "Thread {thread_name} dans {channel_id} (supprimé)" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "Raison :" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Modérateur" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Jusqu'à" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Durée" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Salon" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Modifié par" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Dernière modification à" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "Utilisateur :" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "Modérateur :" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "Jusqu'à :" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "Durée :" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "Salon :" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "Modifié par :" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "Modifié pour la dernière fois :" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "Commande introuvable." + +#: redbot/core/tree.py:336 +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 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/he-IL.po b/rubycore/locales/he-IL.po new file mode 100644 index 0000000..89f49dc --- /dev/null +++ b/rubycore/locales/he-IL.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Hebrew\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: he\n" +"X-Crowdin-File-ID: 4\n" +"Language: he_IL\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/hi-IN.po b/rubycore/locales/hi-IN.po new file mode 100644 index 0000000..e6f9276 --- /dev/null +++ b/rubycore/locales/hi-IN.po @@ -0,0 +1,4673 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Hindi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hi\n" +"X-Crowdin-File-ID: 4\n" +"Language: hi_IN\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/hr-HR.po b/rubycore/locales/hr-HR.po new file mode 100644 index 0000000..384abbc --- /dev/null +++ b/rubycore/locales/hr-HR.po @@ -0,0 +1,4734 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Croatian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hr\n" +"X-Crowdin-File-ID: 4\n" +"Language: hr_HR\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Put instalacije: {install_path}\n" +"Put jezgre: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +"Dodajte put u listu dostupnih puteva zupčanika. " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Taj put ne postoji ili ne pokazuje u valjani folder." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Put uspješno dodan." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Sljedeći putevi su uklonjeni: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Sljedeći brojevi puteva nisu postojali: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Putevi reorganizirani." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} učitano:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Da biste riješili ovaj problem, morate učiniti jedno od sljedećeg:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Provjerite da pozivatelj naredbe nije bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Korisnik je bot te ne može pokrenuti nijednu naredbu." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Ovo se ne može popraviti - botovi ne bi trebali slušati druge botove." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Provjerite može li bot slati poruke u danom kanalu" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Bot je timeout-an u danom kanalu." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Kako biste riješili ovaj problem, uklonite timeout s bota." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Bot nema dozvolu za slanje poruka u danom kanalu." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Da biste riješili ovaj problem, pobrinite se da postavke dozvola dopuštaju botu slanje poruka prema Discordovoj hijerarhiji uloga:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Provjerite da kanal i server nisu ignorirani" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Da biste riješili ovaj problem, provjerite popis koji vraća naredba {command} i provjerite da nit {thread}, njezin nadređeni kanal i server nisu dio tog popisa." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Da biste riješili ovaj problem, provjerite popis koji vraća naredba {command} i uvjerite se da kanal {channel} i server nisu dio tog popisa." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Da biste riješili ovaj problem, provjerite popis koji vraća naredba {command} i provjerite da nit {thread}, njezin nadređeni kanal, kategorija kanala kojoj pripada ({channel_category}) i server nisu dio tog popisa." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Da biste riješili ovaj problem, provjerite popis koji vraća naredba {command} i uvjerite se da kanal {channel}, kategorija kanala kojoj pripada ({channel_category}) i server nisu dio tog popisa." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Bot je postavljen da ignorira naredbe u danom kanalu ili ovom serveru." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Globalni popis dopuštenih sprječava korisnika da pokrene ovu naredbu." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Da biste riješili ovaj problem, možete dodati korisnika na popis dopuštenih ili izbrisati popis dopuštenih.\n" +"Ako želite zadržati popis dopuštenih, možete pokrenuti {command_1} koja će korisnika {user} dodati na popis.\n" +"Ako umjesto toga želite izbrisati popis dopuštenih i dopustiti svim korisnicima da slobodno izvode naredbe, možete pokrenuti {command_2} kako biste to učinili." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Globalni popis blokiranih sprječava korisnika da pokrene ovu naredbu." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Da biste riješili ovaj problem, možete ukloniti korisnika s popisa blokiranih ili izbrisati popis blokiranih.\n" +"Ako želite zadržati popis blokiranih, možete pokrenuti {command_1} koja će korisnika {user} ukloniti s popisa.\n" +"Ako umjesto toga želite izbrisati popis blokiranih i dopustiti svim korisnicima da slobodno izvode naredbe, možete pokrenuti {command_2} kako biste to učinili." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Lokalni popis dopuštenih sprječava korisnika da pokrene ovu naredbu." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Da biste riješili ovaj problem, možete dodati korisnika ili jednu od njihovih uloga na lokalni popis dopuštenih ili izbrisati lokalni popis dopuštenih.\n" +"Ako želite zadržati lokalni popis dopuštenih, možete pokrenuti {command_1} koja će korisnika {user} dodati na lokalni popis.\n" +"Ako umjesto toga želite izbrisati lokalni popis dopuštenih i dopustiti svim korisnicima da slobodno izvode naredbe, možete pokrenuti {command_2} kako biste to učinili." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Lokalni popis blokiranih sprječava korisnika da pokrene ovu naredbu." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Da biste riješili ovaj problem, možete ukloniti jednu od uloga korisnika s lokalnog popisa blokiranih ili izbrisati lokalni popis blokiranih.\n" +"Ako želite zadržati lokalni popis blokiranih, možete pokrenuti {command_1} koja će ukloniti korisničke uloge ({roles}) s lokalnog popisa.\n" +"Ako umjesto toga želite izbrisati lokalni popis blokiranih i dopustiti svim korisnicima da slobodno izvode naredbe, možete pokrenuti {command_2} kako biste to učinili." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Da biste riješili ovaj problem, možete ukloniti korisnika i njihove uloge s lokalnog popisa blokiranih ili izbrisati lokalni popis blokiranih.\n" +"Ako želite zadržati lokalni popis blokiranih, možete pokrenuti {command_1} koja će ukloniti korisnika {user} i njihove uloge ({roles}) s lokalnog popisa blokiranih.\n" +"Ako umjesto toga želite izbrisati lokalni popis blokiranih i dopustiti svim korisnicima da slobodno izvode naredbe, možete pokrenuti {command_2} kako biste to učinili." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Da biste riješili ovaj problem, možete ukloniti korisnika s lokalnog popisa blokiranih ili izbrisati lokalni popis blokiranih.\n" +"Ako želite zadržati lokalni popis blokiranih, možete pokrenuti {command_1} koja će ukloniti {user} s lokalnog popisa.\n" +"Ako umjesto toga želite izbrisati lokalni popis blokiranih i dopustiti svim korisnicima da slobodno izvode naredbe, možete pokrenuti {command_2} da to učinite." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Provjere popisa dopuštenih i blokiranih" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Globalne provjere, provjere Cog-a i provjere naredbi" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Dana naredba je onemogućena u ovom serveru." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Jedna od nadređenih naredbi u danoj naredbi je globalno onemogućena." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Da biste riješili ovaj problem, možete pokrenuti {command} kako bi omogućili {affected_command} naredbu u ovom serveru." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Ostali problemi vezani s provjerama" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Postoji problem s provjerama za {command}, ali ne možemo utvrditi točan uzrok." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Da biste riješili ovaj problem, potreban je ručni pregled globalnih, Cogovskih i naredbenih provjera." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Globalne provjere" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Jedna od globalnih provjera naredbe {command} nije uspjela s porukom:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Jedna od globalnih provjera naredbe {command} nije uspjela i nema poruke." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Provjere Cog-a" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "Provjera Cog-a za naredbu {command} nije uspjela s porukom:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "Provjera Cog-a za naredbu {command} nije uspjela i nema poruke." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Provjera naredbe" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Provjera naredbe za naredbu {command} nije uspjela s porukom:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Provjera naredbe za naredbu {command} nije uspjela i nema poruke." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Provjera dozvola" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Cog dane naredbe je onemogućen u ovom serveru." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Da biste riješili ovaj problem, možete pokrenuti {command} koja će omogućiti {affected_cog} Cog u ovom serveru." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Botu nedostaju neke dozvole kanala ({permissions}) koje zahtijeva {cog} Cog." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Botu nedostaju neke dozvole kanala ({permissions}) koje zahtijeva {command} naredba." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Da biste riješili ovaj problem, dodijelite potrebne dozvole botu putem postavki uloga ili nadjačavanja kanala." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Ostali problemi vezani uz dozvole." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Fatalna greška: Postoji problem s dozvolama {cog} Cog-a, ali ne možemo utvrditi točan uzrok." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Fatalna greška: Postoji problem s dozvolama {command} naredbe, ali ne možemo utvrditi točan uzrok." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Ovo je neočekivana greška, molimo prijavite je na Red-ovom alatu za praćenje problema." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Uvjerite se da naredba nije samo za vlasnika bota" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "Ova naredba je samo za vlasnika bota, a dati korisnik nije vlasnik bota." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Ovo se ne može popraviti - obični korisnici ne mogu pokretati naredbe koje su za vlasnika bota." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Kuke za dozvole" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Fatalna greška: rezultat kuka za dozvole je nedosljedan." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "Da biste riješili ovaj problem, potreban je ručni pregled instaliranih Cog-ova." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "Pristup je odbijen od strane jedne od botovih kuka za dozvole." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Korisnikove Discord dozvole, razina privilegija i pravila iz Permissions Cog-a" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "Pristup je odbijen zbog postavljenih pravila {cog} Cog-a s Permissions Cog-om." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "Pristup je odbijen zbog postavljenih pravila {command} naredbe s Permissions Cog-om." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "Da biste riješili problem, potreban je ručni pregled pravila." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Postoji problem s dozvolama {cog} Cog-a, ali ne možemo utvrditi točan uzrok." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Postoji problem s dozvolama {command} naredbe, ali ne možemo utvrditi točan uzrok." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "Da biste riješili problem, potreban je ručni pregled naredbe." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Provjere dozvola" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "Da biste riješili ovaj problem, možete pokrenuti {command} kako bi globalno omogućili {affected_command} naredbu." + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "Dana naredba je globalno onemogućena." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Provjere i potvrda dozvola" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Prošao" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Neuspješno" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "Bot je uspješno identificirao problem." + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Otkriven problem: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Rješenje: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Evo detaljnog izvješča u slučaju da vam zatreba:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Kanal: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Pozivatelj naredbe: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Naredba: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Provedeni testovi:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Vaša Red instanca je zastarjela! {} je trenutna verzija, no vi koristite {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Iako bi sljedeća naredba trebala raditi u većini slučajeva budući da se temelji na vašem trenutnom operativnom sustavu, **preporučujemo da pročitate dokumente za ažuriranje na <{docs}> i provjerite postoji li išta drugo što je potrebno obaviti tijekom ažuriranja.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"Imate Python `{py_version}` dok ovo ažuriranje zahtijeva `{req_py}`; ne možete jednostavno pokorenuti naredbu ažuriranja.\n\n" +"Morat ćete slijediti upute za ažuriranje u našim dokumentima iznad. Ako i dalje trebate pomoć pri ažuriranju, posjetite naš #support kanal u " + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Naredbeni redak" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Terminal" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` nije važeća vrijednost za `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +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 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +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 +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 +msgid "That command is not available in DMs." +msgstr "Ova naredba nije dostupna u direktnim porukama." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Ova naredba je dostupna samo u direktnim porukama." + +#: redbot/core/_events.py:422 +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 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo {number} puta istovremeno." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo jednom istovremeno." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Ta se naredba još uvijek dovršava, može se koristiti samo {number} puta po {type} istovremeno." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Ta se naredba još uvijek dovršava, može se koristiti samo jednom po {type} istovremeno." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo {number} puta po {type} istovremeno." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "Previše ljudi koristi ovu naredbu. Može se koristiti samo jednom po {type} istovremeno." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Ne može se platiti za ovu naredbu u DM-u bez globalne banke." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Naredba {command_name} već je postojeća naredba ili nadimak u jednom od učitanih Cogova." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "Prikaži informacije o [botname]." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ovaj bot je instanca [Red-a, open source Discord bota]({}) kojeg je stvorio [Twentysix]({}) i [kojeg su mnogi poboljšali]({}).\n\n" +"Red ima podršku strastvene zajednice koja doprinosi i stvara sadržaj u kojem svi mogu uživati. [Pridružite nam se danas]({}) i pomognite nam da se poboljšamo!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Vlasnik instance je tim" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Vlasnik instance je" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Verzija Red-a" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Da, {version} je dostupan." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Provjera ažuriranja nije uspjela." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Zastarjelo" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "O ovoj instanci" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "O Red-u" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**O Red-u**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**O ovoj instanci**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Reference**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Prikazuje vrijeme rada [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Manje od jedne sekunde." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "Na mreži sam: **{time_quantity}** (od {timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "{packs} su ponovno učitani." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Ponovno učitavanje sljedećeg paketa nije uspjelo: {pack}.\n" +"Provjerite konzolu ili zapisnike za detalje." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Ponovno učitavanje sljedećih paketa nije uspjelo: {packs}\n" +"Provjerite konzolu ili zapisnike za detalje." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Osnovna naredba za postavke banke." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Prikaži trenutne postavke banke." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Globalno" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Server" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Postavke banke:\n\n" +"Naziv banke: {bank_name}\n" +"Opseg banke: {bank_scope}\n" +"Valuta: {currency_name}\n" +"Zadani ukupni iznos: {default_balance}\n" +"Maksimani dopušten ukupni iznos: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Prebacite je li banka globalna ili ne\n\n" +" Ako je banka globalna, postat će povezana sa serverom.\n" +" Ako je banka povezana sa serverom, postat će globalna.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "povezana sa serverom" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globalna" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Ovime će banka postati {banktype}, brišući sve račune u tom procesu! Ako ste sigurni, upišite `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Banka je sada {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Postavite naziv banke." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Naziv banke postavljen je kao: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Postavite naziv za valutu banke." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Naziv valute postavljen je kao: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Postavite maksimalni ukupni iznos koji korisnik može dobiti." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Iznos mora biti veći od nule i manji od {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maksimalni ukupni iznos postavljen je na: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Otkazano." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "Ne mogu vam to dopustiti jer bi ste uklonili svoju mogućnost pokretanja naredbi. Prvo se dodajte na popis dopuštenih." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "Korisnici i/ili uloge dodani su na popis dopuštenih." + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "Korisnik ili uloga dodani su na popis dopuštenih." + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "Dopušteni korisnici i/ili uloge:" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "Dopušten korisnik ili uloga:" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "Nepoznat ili izbrisan korisnik/uloga" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "Ne mogu ti dozvoliti da to učiniš jer bi to uklonilo tvoju sposobnost pokretanja naredbi." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "Korisnici i/ili uloge uklonjeni su sa serverovog popisa dopuštenih." + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "Korisnik ili uloga uklonjeni su sa serverovog popisa dopuštenih." + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "Serverov popis dopuštenih je izbrisan." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Naredbe za upravljanje serverovim popisom blokiranih.\n\n" +" Upotrijebite `[p]localblocklist clear` da biste onemogućili popis blokiranih\n" +" " + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "Ne možete dodati sebe na popis blokiranih!" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "Ne možete dodati vlasnika servera na popis blokiranih!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "Ne možete dodati vlasnika bota na popis blokiranih!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "Korisnici i/ili uloge dodani su sa serverovog popisa blokiranih." + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "Korisnik ili uloga dodani su sa serverovog popisa blokiranih." + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "Blokirani korisnici i/ili uloge:" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "Blokiran korisnik ili uloga:" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "Korisnici i/ili uloge uklonjeni su sa serverovog popisa blokiranih." + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "Korisnik ili uloga uklonjeni su sa serverovog popisa blokiranih." + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "Serverov popis blokiranih je izbrisan." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "Naredbe za omogućavanje i onemogućavanje naredbi i Cog-ova." + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "Ne možete onemogućiti ovaj Cog prema zadanim postavkama." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} je postavljen kao onemogućen prema zadanim postavkama." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} je postavljen kao omogućen prema zadanim postavkama." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "Ne možete onemogućiti ovaj Cog jer bi sami sebe zaključali." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} je onemogućen u ovom serveru." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} je već onemogućen (nemam išta za napraviti)." + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} je omogućen u ovom serveru." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "Cog \"{arg}\" nije pronađen." + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} nije onemogućen (nemam išta za napraviti)." + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "Sljedeći Cog-ovi su onemogućeni u ovom serveru:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "U ovom serveru nema onemogućenih Cog-ova." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Nema globalno onemogućenih naredbi." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} naredbi je globalno onemogućeno.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "Jedna naredba je globalno onemogućena.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "U {} nema onemogućenih naredbi." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} naredbi je onemogućeno u {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "Jedna naredba je onemogućena u {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "Naredba koju onemogućujete ne može biti `command` ni bilo koja od njezinih podnaredbi." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Ova naredba je označena kao uvijek dostupna i ne može se onemogućiti." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Ta je naredba već globalno onemogućena." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "Nije vam dopušteno onemogućiti tu naredbu." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Ta je naredba već onemogućena u ovom serveru." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Ta je naredba već globalno omogućena." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "Nije vam dopušteno omogućiti tu naredbu." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Ta je naredba već omogućena u ovom serveru." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "\n" +" Naredbe za upravljanje postavkama servera za imunitet od automatiziranih radnji.\n\n" +" To uključuje brisanje duplikatnih poruka i neželjenog spominjanja iz Mod Cog-a i filtre iz Filter Cog-a.\n" +" " + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Uloge imune na automatizirane radnje moderiranja:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Članovi imuni na automatizirane radnje moderiranja:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Ovdje nema postavki imuniteta." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Već dodano." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Nije na popisu." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "Imuni su." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "Nisu imuni." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "\n" +" Naredbe za dodavanje servera ili kanala na popis ignoriranja.\n\n" +" Popis ignoriranja spriječit će bota da odgovori na naredbe na konfiguriranim mjestima.\n\n" +" Napomena: Vlasnici i administratori nadjačavaju popis ignoriranja.\n" +" " + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Kanal je dodan na popis ignoriranih." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Kanal je već na popisu ignoriranih." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Ovaj server je dodan na popis ignoriranih." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Ovaj server se već ignorira." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "Naredbe za uklanjanje servera ili kanala s popisa ignoriranih." + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Kanal je uklonjen s popisa ignoriranih." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Ovaj kanal nije na popisu ignoriranih." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Ovaj server je uklonjen s popisa ignoriranih." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Ovaj server nije na popisu ignoriranih." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Ovaj server se trenutno ignorira." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" Dobijte informacije o Red-ovim licencama.\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "Razne usluge usmjerene na razvoj." + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +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 +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 +msgid "Exiting." +msgstr "Izlazim." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +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 +msgid "The REPL session in this channel has been resumed." +msgstr "REPL sesija u ovom kanalu je nastavljena." + +#: redbot/core/dev_commands.py:611 +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 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "Pretvarajte se da drugi korisnik poziva naredbu.\n\n" +" Prefiks se ne smije unijeti.\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "Pošaljite događaj poruke kao da ga je poslao drugi korisnik.\n\n" +" Trenutna poruka se koristi kao baza (uključujući privitke, ugrađeni sadržaj itd.),\n" +" sadržaj i autor poruke zamjenjuju se navedenim argumentima.\n\n" +" Napomena: ako `sadržaj` nije proslijeđen, poruka mora sadržavati ugradnje, privitke,\n" +" ili bilo što drugo što poruku čini nepraznom.\n" +" " + +#: redbot/core/dev_commands.py:654 +#, 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 +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 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "Vlasnici bota više neće zaobilaziti hlađenje svih naredbi." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "Račun korisnika {user} ne može porasti iznad {max} {currency}." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Slučaj #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Razlog:** Koristite naredbu `reason` da biste ga dodali" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Nepoznato" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Izbrisan korisnik." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderator" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Do" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Trajanje" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Kanal" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Izmijenio" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Posljednja izmjena" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/hu-HU.po b/rubycore/locales/hu-HU.po new file mode 100644 index 0000000..8486212 --- /dev/null +++ b/rubycore/locales/hu-HU.po @@ -0,0 +1,4685 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Hungarian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: hu\n" +"X-Crowdin-File-ID: 4\n" +"Language: hu_HU\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Parancsok arra hogy kapcsolatba kerülj Red cog kezelőjével." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Listázza a cog útvonalait prioritás szerint.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Telepítési útvonal: {install_path}\n" +"Alap útvonal: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +"Útvonal hozzáadása a jelenlegi cog útvonalakhoz.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Az útvonal nem létezik vagy hibás." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Útvonal sikeresen hozzáadva." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Újrarendezi az útvonalakat hogy engedélyezze a különböző cog-ok felfedezését.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Érvénytelen `kezdő-` index." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Érvénytelen `vég-` index." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Útvonalak újrarendezve." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Az útvonal nem létezik." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "A bot új cog-okat fog letölteni a `{}` könyvtárba." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Kilistázza a betöltött és elérhető cog-okat.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} betöltve:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} kirakva:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Nem lehet fizetni ézért a parancsért DM-ben globális bank nélkül." + +#: redbot/core/bank.py:1067 +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 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Példány tulajdonosa" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red verzió" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Igen, {version} elérhető." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Frissítések keresése sikertelen." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Elavult" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Erről a példányról" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Példány tulajdonosa: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red verziója: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Elavult: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Erről a példányról**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Ez eltarthat egy darabig." + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "engedélyezve" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "nincs engedélyezve" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Időtúllépés." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Leállítás... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Újraindítás..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globális" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Kész." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Nincs jogom hogy megváltoztassam a nevem." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "A helyszín be lett állítva." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "A bot {} a beállított színeket használja az embedsekhez." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "nem fogja" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "fogja" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "A szín resetelve." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "A szín be lett állítva." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Megszakítva." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefix beállítva." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "User ID: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "privát üzeneten keresztül" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "{}-től" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | Server ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Használd a `{}dm {} ` üzenetet hogy válaszolj ennek a felhasználónak" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Küldve {} {} által" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Az üzeneted el lett küldve." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Nem tudom kézbesíteni az üzeneted. Bocsi." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Tulajdonosa ennek: {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Válaszolhatsz erre az üzenetre {}contact -vel" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Sajnálom, de nem tudtam elküldeni az üzeneted {} -nek" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Üzenet elküldve {} -nek" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/id-ID.po b/rubycore/locales/id-ID.po new file mode 100644 index 0000000..f7f73f6 --- /dev/null +++ b/rubycore/locales/id-ID.po @@ -0,0 +1,4681 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: id\n" +"X-Crowdin-File-ID: 4\n" +"Language: id_ID\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Jalan itu tidak ada atau tidak mengarah ke direktori yang benar." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Jalur berhasil ditambahkan." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Tidak valid 'dari' indeks." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Tidak valid 'ke' indeks." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Jalur diatur ulang." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Jalan itu tidak ada." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot akan menginstal roda gigi baru ke direktori `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "diaktifkan" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "dinonaktifkan" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Mematikan... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Memulai ulang..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Command dasar untuk pengaturan bank." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Lihat pengaturan bank." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Pengaturan Bank:\n\n" +"Nama Bank: {bank_name}\n" +"Cakupan Bank: {bank_scope}\n" +"Mata Uang: {currency_name}\n" +"Saldo Awal: {default_balance}\n" +"Saldo Maksimum: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Mengalihkan apakah bank global atau tidak.\n\n" +" Jika bank global, akan menjadi per-server.\n" +" Jika bank per-server, akan menjadi global.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Ini akan membuat bank menjadi {banktype}, yang akan menghapus semua akun dalam prosesnya! Jika anda yakin, ketik `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Bank telah menjadi {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Tentukan nama bank." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Nama bank telah ditetapkan menjadi: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Tentukan nama untuk saldo bank." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Nama mata uang telah ditetapkan menjadi: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Tentukan saldo maksimum yang bisa didapatkan seseorang." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Jumlah harus lebih dari nol dan kurang dari {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Saldo maksimum telah ditetapkan menjadi: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Selesai." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Saya kurang memiliki izin untuk mengganti nama panggilan saya sendiri." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Lokal telah ditetapkan." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Perintah menghapus dinonaktifkan." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Saya tidak akan menghapus pesan perintah." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Dibatalkan." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Set awalan." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID Pengguna: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "melalui DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "dari {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | Server ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Gunakan `{} dm {} ` untuk membalas pengguna ini" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Dikirim oleh {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Pesan Anda telah dikirim." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Saya tidak dapat menyampaikan pesan Anda. Maaf." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Pemilik dari {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Saluran ditambahkan ke daftar abaikan." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Saluran sudah ada didalam daftar abaikan." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Saluran di hapus dari dalam daftar abaikan." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Saluran sedang tidak ada di dalam daftar abaikan." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Tak satupun" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/it-IT.po b/rubycore/locales/it-IT.po new file mode 100644 index 0000000..1f54403 --- /dev/null +++ b/rubycore/locales/it-IT.po @@ -0,0 +1,4737 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File-ID: 4\n" +"Language: it_IT\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Comandi utilizzati per interagire con il manager cog di Red." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Mostra le paths dei cogs correnti in ordine di priorità.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Percorso Installazione: {install_path}\n" +"Percorso Core: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +"Aggiunge un percorso alla lista dei percorsi disponibili per i cogs.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Il percorso indicato non esiste o non punta ad una cartella valida." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Percorso aggiunto con successo." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +"Riordina internamente i percorsi al fine di permettere la scoperta di cog differenti.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Parametro 'from' non valido." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Parametro 'to' non valido." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "I percorsi sono stati riordinati." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Questo percorso non esiste." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "In futuro i cogs verranno installati nella directory '{}'." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Mostra i cogs caricati e disponibili.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} caricati:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} non attivi:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Per risolvere questo problema, è necessario fare uno di questi:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Controlla se chi ha utilizzato il comando non è un bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "L'utente è un bot che impedisce loro di eseguire qualsiasi comando." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Questo non può essere risolto - i bot non dovrebbero rispondere ad altri bot." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Controlla se il bot può inviare messaggi nel canale specificato" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Il bot è sospeso nel canale dato." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Per risolvere questo problema, rimuovi la sospensione dal bot." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Il bot non ha i permessi per inviare messaggi nel canale dato." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Per risolvere questo problema, assicurati che la configurazione dei permessi permetta al bot d'inviare messaggi rispettando la gerarchia dei ruoli di Discord:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Controlla se il canale e il server non sono impostati per venire ignorati" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Per risolvere questo problema, controlla la lista restituita dal comando {command} e assicurati che il thread {thread}, il suo canale principale e il server non facciano parte di tale lista." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Per risolvere questo problema, controlla la lista restituita dal comando {command} e assicurati che il canale {channel} e il server non facciano parte di tale lista." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Per risolvere questo problema, controlla la lista restituita dal comando {command} e assicurati che il thread {thread}, il suo canale principale e la categoria di quest'ultimo appartengano a ({channel_category}) e il server non faccia parte di quella lista." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Per risolvere questo problema, controlla la lista restituita dal comando {command} e assicurati che il canale {channel} e la categoria di appartenenza ({channel_category}) e il server non facciano parte di quella lista." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Il bot è impostato per ignorare i comandi nel canale specificato o in questo server." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "La lista permessi consentiti globale impedisce all'utente di eseguire questo comando." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Per risolvere questo problema, puoi aggiungere l'utente alla lista permessi o pulire la lista permessi consentiti.\n" +"Se vuoi tenere la lista permessi consentiti, puoi utilizzare {command_1} che aggiungerà {user} alla lista permessi consentiti.\n" +"Se vuoi invece pulire la lista permessi consentiti e permettere a tutti gli utenti di eseguire comandi liberamente, puoi utilizzare {command_2} per farlo." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "La lista permessi negati globale impedisce all'utente di eseguire questo comando." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Per risolvere questo problema, puoi aggiungere l'utente alla lista permessi negati o pulire la lista permessi negati.\n" +"Se vuoi tenere la lista permessi, puoi utilizzare {command_1} che aggiungerà {user} alla lista permessi negati.\n" +"Se vuoi invece pulire la lista permessi negati e permettere a tutti gli utenti di eseguire comandi liberamente, puoi utilizzare {command_2} per farlo." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "La lista permessi consentiti locale impedisce all'utente di eseguire questo comando." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Impossibile pagare per questo comando in DM senza una banca globale." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Il comando {command_name} è già un comando o alias esistente in uno dei cogs caricati." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Il Core cog ha molti comandi relativi alle funzioni principali.\n\n" +" Questi comandi vengono caricati con ogni Red bot, e coprono alcuni degli usi più basilari del bot.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Questo bot è un'istanza di [Red, un Discord bot open source]({}) creato da [Twentysix]({}) e [migliorato da molti]({}).\n\n" +"Red è supportato da una comunità appassionata che contribuisce e crea contenuti per tutti da godere. [Unisciti a noi oggi]({}) e aiutaci a migliorarlo!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Instanza posseduta dal team" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Istanza posseduta da" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Versione di Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Sì, {version} è disponibile." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Controllo per gli aggiornamenti fallito." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Obsoleto" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Informazioni su quest'istanza" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Informazioni su Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Portando felicità fin dal 02 Gennaio 2016 (da {} giorni!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Questo bot è un'istanza di [Red, un Discord bot open source]({}) creato da [Twentysix]({}) e [migliorato da molti]({}).\n\n" +"Red è supportato da una comunità appassionata che contribuisce e crea contenuti per tutti da godere. [Unisciti a noi oggi]({}) e aiutaci a migliorarlo!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Istanza di proprietà di: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"Discord.py: [{dpy_version}] (6)\n" +"Versione Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Istanza di proprietà di: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"Discord.py: [{dpy_version}] (6)\n" +"Versione Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Obsoleto: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Informazioni su Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Informazioni su quest'istanza**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Referenze**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Mostra il tempo online di [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Comandi che interagiscono con i dati che [botname] hanno su di te.\n\n" +" Ulteriori informazioni possono essere trovate nella [Documentazione dati utente finale.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Questo bot memorizza alcuni dati sugli utenti come necessario per funzionare. Questo è per lo più l'ID che il tuo utente è assegnato da Discord, collegato a una manciata di cose a seconda di ciò che si interagisce con nel bot. Ci sono alcuni comandi che lo memorizzano per tenere traccia di chi ha creato qualcosa. (come le playlists) Per dettagli completi su questo e dettagli più dettagliati su ciò che è memorizzato e perché, vedere {link}.\n\n" +"Inoltre, gli addons di terze parti caricati dal proprietario del bot possono o non possono memorizzare altre cose. Puoi usare `{prefix}mydata 3rdparty` per visualizzare le istruzioni fornite da ogni aggiunta di terze parti." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Devo avere l'autorizzazione di attaccare i files (prova in DM?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Questa istanza non sembra avere alcuna estensione 3rd-party caricata." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "Dichiarazioni di dati utente finale di terze parti" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Di seguito sono riportate le dichiarazioni fornite da estensioni di terze parti." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "Estensioni 3rd-party senza dichiarazioni\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Ecco una pagina generata con le dichiarazioni fornite dalle estensioni 3rd-party." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Non è stata ricevuta la conferma, cancellando..." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Non è stata ricevuta la conferma, cancellando..." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Questo comando ({command}) non supporta l'utilizzo non interattivo." + +#: 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 "Ciò causerà la rimozione del bot e/o la dissociazione dei dati da parte dell'utente. Non si libererà di dati operativi come voci modlog, avvertimenti o muti. Se sei sicuro che questo è quello che vuoi, rispondi come segue:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Questo potrebbe richiedere un po' di tempo." + +#: 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 "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare) {mention}, tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti ingranaggi sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: 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 "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare) {mention}, tuttavia i seguenti moduli sono errati: {cogs}. Inoltre, i seguenti ingranaggi sono errati:.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: 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 "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare) {mention}, tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti ingranaggi sono errati:.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "Ho cancellato tutti i dati non operativi su di te (che so come eliminare) {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 "{mention} I seguenti cogs non hanno gestito l'eliminazione:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[In arrivo] Ottieni quali dati [botname] ha su di te." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Questo comando non fa ancora niente, ma stiamo lavorando per aggiungere il supporto per esso." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Comandi per una gestione dei dati più completa.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "L'utente può eliminare i propri dati. Ciò non includerà i dati operativi come gli utenti bloccati." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "L'utente non può eliminare i propri dati." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "I cog saranno istruiti a rimuovere tutti i dati non operativi su richiesta dell'utente." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "I cogs saranno informati che un utente ha fatto una richiesta di cancellazione dei dati, e i dettagli di cosa cancellare saranno lasciati alla discrezione dell'autore del cog." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Gestisci una richiesta di cancellazione da Discord. Questo farà sì che il bot elimini o disassegni tutti i dati dall'ID utente specificato. Non dovresti usarlo a meno che Discord non lo abbia espressamente richiesto per un utente eliminato. Questo rimuoverà l'utente da varie misure anti-abuso. Se stai elaborando una richiesta manuale da parte di un utente, potresti volere `{prefix} mydata ownermanagement deleteforuser` invece. **Argomenti:** - `` - L'id dell'utente i cui dati sarebbero stati eliminati.:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti cogs sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "Ho cancellato tutti i dati relativi a quell'utente che so come eliminare." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Questo farà sì che il bot elimini o disassegni un sacco di dati non operativi dall'utente specificato. Gli utenti hanno accesso a un comando diverso per questo a meno che non possano interagire con il bot a tutti. Questa operazione è per lo più sicura, ma non si dovrebbe utilizzare a meno che l'elaborazione di una richiesta da parte di questo utente in quanto potrebbe influire sul loro utilizzo del bot. \n\n" +"Se sei sicuro che questo è ciò che intendi fare, rispondi come segue:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}. Inoltre, i seguenti cogs sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {cogs}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Ho cercato di eliminare tutti i dati non operativi su di te (che so come eliminare), tuttavia i seguenti moduli sono errati: {modules}.\n" +"Si prega di contattare il proprietario di questo bot per affrontare questo problema.\n" +"Nota: Al di fuori di questi fallimenti, i dati avrebbero dovuto essere eliminati." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "Ho cancellato tutti i dati non operativi di quell'utente che so come eliminare." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Questo causerà il bot per sbarazzarsi o dissociare un sacco di dati sull'utente specificato. Questo può includere più di semplici dati degli utenti finali, compresi i record anti abusi.\n\n" +"Se sei sicuro che questo è ciò che intendi fare, rispondi come segue:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Impostazioni embed:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "Default globale: {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Impostazione del comando globale per il comando {command}: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Impostazione gilda: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "Impostazione del comando globale per il comando {command}: {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Impostazioni del canale: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Impostazioni utente: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Gli embed sono ora disabilitati per impostazione predefinita." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Gli embed sono ora abilitati per impostazione predefinita." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Per gli embed adesso verrà utilizzata l'impostazione di default." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Gli embed sono ora abilitati per questa gilda." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Gli embed sono ora disabilitati per questa gilda." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "Il comando passato richiede l'autorizzazione Link Incorporati e quindi non può essere impostato per non usare gli embeds." + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "Gli embed sono ora abilitati per il comando {command_name}." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "Gli embed sono ora disabilitati per il comando {command_name}." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "Per gli embed adesso verrà utilizzata l'impostazione di default." + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Gli embed sono ora {} per questo canale." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "abilitata" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "disabilitata" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Gli embeds sono ora abilitati per te in DMs." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Gli embeds sono ora disabilitati per te in DMs." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Nessuna eccezione si è ancora verificata." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Comandi per configurare le impostazioni di invito di [botname]." + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "È necessario specificare almeno un ID server." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "Non hai passato alcun ID del server. Vuoi che lasci questo server?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "Sei sicuro di volere che lasci questi server?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "Non posso lasciare il server `{server_name}`: ne sono il proprietario." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Risposta scaduta." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Bene. Ciao :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "Bene. Lasciando {number} servers..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Bene, starò qui allora. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "Va bene, non lascerò quei server." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" Elenca i server [botname] attualmente in.\n\n" +" Nota: Questo comando è interattivo.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Caricato {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Arresto in corso... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Riavvio in corso..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globale" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Fatto." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Non ho i permessi necessari per cambiare il mio nickname." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Status cambiato a {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Questo ruolo è già un ruolo moderatore." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Questo ruolo è ora considerato un ruolo di mod." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "Quel ruolo non era un ruolo di amministratore per cominciare." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Questo ruolo non è più considerato un ruolo amministratore." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "Quel ruolo non era un ruolo mod per cominciare." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Questo ruolo non è più considerato un ruolo moderatore." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Le impostazioni della lingua sono state impostate." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Il bot {} utilizzerà i colori configurati per gli embed." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "non " + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr " " + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "La ricerca indistinta dei comandi è stata {} per questo server." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "La ricerca indistinta dei comandi è stata {} in DM." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Il colore è stato resettato." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Il colore è stato impostato." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Il prefisso è stato impostato." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Fatto. Il limite di caratteri per pagina è stato impostato a {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Devi inserire un valore superiore o uguale a zero!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Fatto. Il limite di pagine è stato impostato a {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "La tagline è stata resettata." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "La tua tagline è troppo lunga! Per favore abbreviala in modo che non superi i 2048 caratteri." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID utente: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "attraverso il DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "da {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID server: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Utilizzare `{}dm {} ` per rispondere a questo utente" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Inviato da {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Il tuo messaggio è stato inviato." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Non sono in grado di consegnare il messaggio. Mi dispiace." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Proprietario di {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Puoi risponder a questo messaggio con {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Mi dispiace, non sono riuscito a consegnare il messaggio a {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Messaggio recapitato a {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Questo comando risulta già disabilitato globalmente." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Questo comando è già disabilitato in questo server." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Questo comando risulta già abilitato globalmente." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Questo comando è già abilitato in questo server." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Già aggiunto." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Non in elenco." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Nessuno" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/ja-JP.po b/rubycore/locales/ja-JP.po new file mode 100644 index 0000000..b6a68a0 --- /dev/null +++ b/rubycore/locales/ja-JP.po @@ -0,0 +1,4680 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File-ID: 4\n" +"Language: ja_JP\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "コマンドは Red`s Cog Managerの制御" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" 現在のCogパスを優先度順に一覧表示します。\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "インストールするCogパス: {install_path}\n" +"コアパス: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" 使用可能なCogパスのリストにパスを追加します。\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "そのパスは存在しないか、有効なディレクトリをではありません。" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "パスが正常に追加されました。" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" 再度パスを並び替えて、異なるCogの検出を可能にします。\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "'from' が無効です。" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "'to' が無効です" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "パスを並べ替えました。" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "グローバルバンクがないので、DMでこのコマンドを実行できません。" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "このコマンドを使用するには、少なくとも {cost} {currency} が必要です。" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "ユーザーは自分のデータを削除できます。 これには、ブロックされたユーザーなどの運用データは含まれません。" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "ユーザーは自分のデータを削除することはできません。" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "コグは、ユーザーの要求に応じて、非運用データをすべて削除するように指示されます。" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "無効" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "グローバル" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "無い" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/ko-KR.po b/rubycore/locales/ko-KR.po new file mode 100644 index 0000000..5e8c75d --- /dev/null +++ b/rubycore/locales/ko-KR.po @@ -0,0 +1,4673 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Korean\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ko\n" +"X-Crowdin-File-ID: 4\n" +"Language: ko_KR\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "해당 경로가 없거나 올바른 디렉토리가 아니에요." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "경로가 성공적으로 추가됐어요." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "'from' 인덱스가 잘돗됐어요." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "'to' 인덱스가 잘못됐어요." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "경로들이 다시 정렬됐어요." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "해당 경로는 존재하지 않아요." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "봇이 새로운 cogs를 '{}' 디렉토리에 설치해요." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "문제를 해결하려면 다음 중 하나를 실행하세요." + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "명령어를 실행한 사람이 봇인지 확인" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "봇은 명령어를 실행할 수 없습니다." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "이 문제는 고칠 수 없습니다 - 봇은 다른 봇의 명령어를 들어서는 안 됩니다." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "봇이 해당 채널에 메시지를 보낼 수 있는지 확인하세요" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "봇이 해당 채널에서 타임아웃되어 있습니다." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "문제를 해결하려면 봇의 타임아웃을 해제하세요." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "해당 채널에 메시지를 보낼 권한이 없습니다." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "이 문제를 해결하려면 봇이 Discord의 역할이 충분하게 메시지를 보낼 수 있는 권한인지 확인하세요: https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "채널이나 서버를 무시하도록 설정되어 있는지 확인해주세요." + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "이 문제를 해결하려면 {command} 명령어를 보낸 뒤, 목록에서 {channel} 채널과 채널이 속한 카테고리({channel_category}), 그리고 서버가 목록에 있지 않은 지 확인해 주세요." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` 은 `{command}`의 적합한 값이 아니에요" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "퐁!" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "종료하는 중..." + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "다시 시작하는 중..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "전체" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "서버" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "글로벌" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "다 했어요." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "제 별명을 변경할 수 있는 권한이 없어요." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "로컬이 설정됐어요." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "커맨드 삭제 사용 안 함." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "커맨드 메세지를 삭제하지 않을게요." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "취소되었어요." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "프리픽스가 변경됐어요." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "다이렉트 메세지를 통해서" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "{} 에서" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "해당 사용자에게 응답하려면 `{}dm {} ` 을 사용해야 해요." + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "{} {} 의해 전송됐어요." + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "메세지가 전송됐어요." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "사용자님의 메세지를 전송할 수 없어요. 미안해요." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "채널이 무시 목록에 추가됐어요." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "채널이 이미 무시 목록에 포함되어 있어요." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "채널이 무시 목록에서 제거됐어요." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "해당 채널은 무시 목록에 없어요." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "없음" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "이 채널에서 이미 REPL 세션을 실행하고 있어요, `quit`으로 종료하세요." + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "알 수 없음" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/lol-US.po b/rubycore/locales/lol-US.po new file mode 100644 index 0000000..8fcaea1 --- /dev/null +++ b/rubycore/locales/lol-US.po @@ -0,0 +1,1411 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2019-07-05 22:33+0200\n" +"PO-Revision-Date: 2019-07-06 16:14\n" +"Last-Translator: Robert Jansen (Kowlin)\n" +"Language-Team: LOLCAT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Language: lol\n" +"X-Crowdin-File: /core/locales/messages.pot\n" +"Language: lol_US\n" + +#: redbot/core/bank.py:717 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:724 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:312 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:317 +#, docstring +msgid "\\n Lists current cog paths in order of priority.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:325 +msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" +msgstr "" + +#: redbot/core/cog_manager.py:339 +#, docstring +msgid "\\n Add a path to the list of available cog paths.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:343 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:356 +#, docstring +msgid "\\n Removes a path from the available cog paths given the path_number\\n from !paths\\n " +msgstr "" + +#: redbot/core/cog_manager.py:362 redbot/core/cog_manager.py:385 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:369 +msgid "That is an invalid path number." +msgstr "Dat iz an invalud path numbr." + +#: redbot/core/cog_manager.py:373 +msgid "Path successfully removed." +msgstr "Path removd." + +#: redbot/core/cog_manager.py:378 +#, docstring +msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:392 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:398 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:402 +msgid "Paths reordered." +msgstr "I haz reordered paths nao!" + +#: redbot/core/cog_manager.py:407 +#, docstring +msgid "\\n Returns the current install path or sets it if one is provided.\\n The provided path must be absolute or relative to the bot's\\n directory and it must already exist.\\n\\n No installed cogs will be transferred in the process.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:420 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:425 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:431 +#, docstring +msgid "\\n Lists all loaded and available cogs.\\n " +msgstr "" + +#: redbot/core/cog_manager.py:444 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:445 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:455 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:457 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:264 +#, docstring +msgid "Commands related to core functions" +msgstr "" + +#: redbot/core/core_commands.py:268 +#, docstring +msgid "Pong." +msgstr "Meow :3" + +#: redbot/core/core_commands.py:273 +#, docstring +msgid "Shows info about Red" +msgstr "" + +#: redbot/core/core_commands.py:294 +msgid "This is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:303 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:306 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:309 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:309 +msgid "Yes, {} is available" +msgstr "" + +#: redbot/core/core_commands.py:312 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:313 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:316 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:321 +msgid "I need the `Embed links` permission to send this" +msgstr "" + +#: redbot/core/core_commands.py:325 +#, docstring +msgid "Shows Red's uptime" +msgstr "" + +#: redbot/core/core_commands.py:329 +msgid "Been up for: **{}** (since {} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:336 +#, docstring +msgid "\\n Commands for toggling embeds on or off.\\n\\n This setting determines whether or not to\\n use embeds as a response to a command (for\\n commands that support it). The default is to\\n use embeds.\\n " +msgstr "" + +#: redbot/core/core_commands.py:345 +msgid "Embed settings:\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:347 +msgid "Global default: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:350 +msgid "Guild setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:352 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:358 +#, docstring +msgid "\\n Toggle the global embed setting.\\n\\n This is used as a fallback if the user\\n or guild hasn't set a preference. The\\n default is to use embeds.\\n " +msgstr "" + +#: redbot/core/core_commands.py:368 +msgid "Embeds are now {} by default." +msgstr "" + +#: redbot/core/core_commands.py:368 redbot/core/core_commands.py:392 +#: redbot/core/core_commands.py:414 redbot/core/core_commands.py:874 +#: redbot/core/core_commands.py:890 +msgid "disabled" +msgstr "disabld" + +#: redbot/core/core_commands.py:368 redbot/core/core_commands.py:392 +#: redbot/core/core_commands.py:414 redbot/core/core_commands.py:874 +#: redbot/core/core_commands.py:890 +msgid "enabled" +msgstr "enabld" + +#: redbot/core/core_commands.py:375 +#, docstring +msgid "\\n Toggle the guild's embed setting.\\n\\n If enabled is None, the setting will be unset and\\n the global default will be used instead.\\n\\n If set, this is used instead of the global default\\n to determine whether or not to use embeds. This is\\n used for all commands done in a guild channel except\\n for help commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:388 redbot/core/core_commands.py:411 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:391 +msgid "Embeds are now {} for this guild." +msgstr "I haz {} embeds 4 dis guild." + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\\n Toggle the user's embed setting.\\n\\n If enabled is None, the setting will be unset and\\n the global default will be used instead.\\n\\n If set, this is used instead of the global default\\n to determine whether or not to use embeds. This is\\n used for all commands done in a DM with the bot, as\\n well as all help commands everywhere.\\n " +msgstr "" + +#: redbot/core/core_commands.py:414 +msgid "Embeds are now {} for you." +msgstr "I haz {} embeds 4 u." + +#: redbot/core/core_commands.py:420 +#, docstring +msgid "Sends to the owner the last command exception that has occurred\\n\\n If public (yes is specified), it will be sent to the chat instead" +msgstr "" + +#: redbot/core/core_commands.py:432 +msgid "No exception has occurred yet" +msgstr "" + +#: redbot/core/core_commands.py:437 +#, docstring +msgid "Show's Red's invite url" +msgstr "" + +#: redbot/core/core_commands.py:443 +#, docstring +msgid "Setup the bot's invite" +msgstr "" + +#: redbot/core/core_commands.py:448 +#, docstring +msgid "\\n Define if the command should be accessible for the average users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:478 +#, docstring +msgid "\\n Make the bot create its own role with permissions on join.\\n\\n The bot will create its own role with the desired permissions when he join a new server. This is a special role that can't be deleted or removed from the bot.\\n\\n For that, you need to give a valid permissions level.\\n You can generate one here: https://discordapi.com/permissions.html\\n\\n Please note that you might need the two factor authentification for some permissions.\\n " +msgstr "" + +#: redbot/core/core_commands.py:498 +#, docstring +msgid "Leaves server" +msgstr "" + +#: redbot/core/core_commands.py:499 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:505 redbot/core/core_commands.py:558 +#: redbot/core/core_commands.py:1464 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:509 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:510 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:513 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:518 +#, docstring +msgid "Lists and allows to leave servers" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:544 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:547 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:554 redbot/core/core_commands.py:933 +#: redbot/core/core_commands.py:1026 redbot/core/core_commands.py:1044 +#: redbot/core/core_commands.py:1056 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:563 +#, docstring +msgid "Loads packages" +msgstr "" + +#: redbot/core/core_commands.py:574 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:579 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:583 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:595 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:603 redbot/core/core_commands.py:701 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:607 redbot/core/core_commands.py:705 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:615 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:619 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:632 +#, docstring +msgid "Unloads packages" +msgstr "" + +#: redbot/core/core_commands.py:642 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:670 +#, docstring +msgid "Reloads packages" +msgstr "" + +#: redbot/core/core_commands.py:683 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:688 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:693 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:713 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:717 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:730 +#, docstring +msgid "Shuts down the bot" +msgstr "Shuts teh bot down" + +#: redbot/core/core_commands.py:735 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:741 +#, docstring +msgid "Attempts to restart Red\\n\\n Makes Red quit with exit code 26\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use" +msgstr "" + +#: redbot/core/core_commands.py:748 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:753 +#, docstring +msgid "Changes Red's settings" +msgstr "" + +#: redbot/core/core_commands.py:766 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:777 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}" +msgstr "" + +#: redbot/core/core_commands.py:795 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:802 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:808 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:813 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:815 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:821 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:828 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:839 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:841 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\\n Toggle whether to use the bot owner-configured colour for embeds.\\n\\n Default is to not use the bot's configured colour, in which case the\\n colour used will be the colour of the bot's top role.\\n " +msgstr "" + +#: redbot/core/core_commands.py:856 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:857 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:857 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:865 +#, docstring +msgid "\\n Toggle whether to enable fuzzy command search for the server.\\n\\n Default is for fuzzy command search to be disabled.\\n " +msgstr "" + +#: redbot/core/core_commands.py:873 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:881 +#, docstring +msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +msgstr "" + +#: redbot/core/core_commands.py:889 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:897 +#, docstring +msgid "\\n Sets a default colour to be used for the bot's embeds.\\n\\n Acceptable values for the colour parameter can be found at:\\n\\n https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\\n " +msgstr "" + +#: redbot/core/core_commands.py:907 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:910 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:915 +#, docstring +msgid "Sets Red's avatar" +msgstr "" + +#: redbot/core/core_commands.py:924 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL must be a direct link to a JPG / PNG." +msgstr "" + +#: redbot/core/core_commands.py:931 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:939 +#, docstring +msgid "Sets Red's playing status" +msgstr "" + +#: redbot/core/core_commands.py:947 +msgid "Game set." +msgstr "" + +#: redbot/core/core_commands.py:953 +#, docstring +msgid "Sets Red's listening status" +msgstr "" + +#: redbot/core/core_commands.py:961 +msgid "Listening set." +msgstr "" + +#: redbot/core/core_commands.py:967 +#, docstring +msgid "Sets Red's watching status" +msgstr "" + +#: redbot/core/core_commands.py:975 +msgid "Watching set." +msgstr "" + +#: redbot/core/core_commands.py:981 +#, docstring +msgid "Sets Red's status\\n\\n Available statuses:\\n online\\n idle\\n dnd\\n invisible\\n " +msgstr "" + +#: redbot/core/core_commands.py:1004 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:1010 +#, docstring +msgid "Sets Red's streaming status\\n Leaving both streamer and stream_title empty will clear it." +msgstr "" + +#: redbot/core/core_commands.py:1031 +#, docstring +msgid "Sets Red's username" +msgstr "" + +#: redbot/core/core_commands.py:1036 +msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" +msgstr "" + +#: redbot/core/core_commands.py:1050 +#, docstring +msgid "Sets Red's nickname" +msgstr "" + +#: redbot/core/core_commands.py:1054 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:1061 +#, docstring +msgid "Sets Red's global prefix(es)" +msgstr "" + +#: redbot/core/core_commands.py:1066 redbot/core/core_commands.py:1079 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:1072 +#, docstring +msgid "Sets Red's server prefix(es)" +msgstr "" + +#: redbot/core/core_commands.py:1075 +msgid "Guild prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:1084 +#, docstring +msgid "Sets Red's main owner" +msgstr "" + +#: redbot/core/core_commands.py:1093 +msgid "{0} ({0.id}) requested to be set as owner." +msgstr "" + +#: redbot/core/core_commands.py:1094 +msgid "\\nVerification token:" +msgstr "" + +#: redbot/core/core_commands.py:1097 +msgid "⚠ **Only** the person who is hosting Red should be owner. **This has SERIOUS security implications. The owner can access any data that is present on the host system.** ⚠" +msgstr "" + +#: redbot/core/core_commands.py:1103 +msgid "Remember:\\n" +msgstr "" + +#: redbot/core/core_commands.py:1107 +msgid "I have printed a one-time token in the console. Copy and paste it here to confirm you are the owner." +msgstr "" + +#: redbot/core/core_commands.py:1120 +msgid "The `{prefix}set owner` request has timed out." +msgstr "" + +#: redbot/core/core_commands.py:1127 +msgid "You have been set as owner." +msgstr "" + +#: redbot/core/core_commands.py:1129 +msgid "Invalid token." +msgstr "" + +#: redbot/core/core_commands.py:1134 +#, docstring +msgid "Change bot token." +msgstr "" + +#: redbot/core/core_commands.py:1144 +msgid "Please use that command in DM. Since users probably saw your token, it is recommended to reset it right now. Go to the following link and select `Reveal Token` and `Generate a new token?`.\\n\\nhttps://discordapp.com/developers/applications/me/{}" +msgstr "" + +#: redbot/core/core_commands.py:1154 +msgid "Token set. Restart me." +msgstr "" + +#: redbot/core/core_commands.py:1159 +#, docstring +msgid "\\n Changes bot locale.\\n\\n Use [p]listlocales to get a list of available locales.\\n\\n To reset to English, use \\\"en-US\\\".\\n " +msgstr "" + +#: redbot/core/core_commands.py:1172 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:1175 +msgid "Invalid locale. Use `{prefix}listlocales` to get a list of available locales." +msgstr "" + +#: redbot/core/core_commands.py:1184 +#, docstring +msgid "Customizes a section of [p]info\\n\\n The maximum amount of allowed characters is 1024.\\n Supports markdown, links and \\\"mentions\\\".\\n Link example:\\n `[My link](https://example.com)`\\n " +msgstr "" + +#: redbot/core/core_commands.py:1193 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1197 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:1200 +msgid "Characters must be fewer than 1024." +msgstr "" + +#: redbot/core/core_commands.py:1205 +#, docstring +msgid "Set various external API tokens.\\n \\n This setting will be asked for by some 3rd party cogs and some core cogs.\\n\\n To add the keys provide the service name and the tokens as a comma separated\\n list of key,values as described by the cog requesting this command.\\n\\n Note: API tokens are sensitive and should only be used in a private channel\\n or in DM with the bot.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:1223 +#, docstring +msgid "Manage settings for the help command." +msgstr "" + +#: redbot/core/core_commands.py:1228 +#, docstring +msgid "\\n Allows the help command to be sent as a paginated menu instead of seperate\\n messages.\\n\\n This defaults to False. \\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1239 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:1241 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\\n This allows the help command to show hidden commands\\n\\n This defaults to False.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1255 +msgid "Help will not filter hidden commands" +msgstr "" + +#: redbot/core/core_commands.py:1257 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:1261 +#, docstring +msgid "\\n Sets if commands which can't be run in the current context should be\\n filtered from help\\n\\n Defaults to True.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1272 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:1278 +#, docstring +msgid "\\n This allows the bot to respond indicating the existence of a specific\\n help topic even if the user can't use it.\\n\\n Note: This setting on it's own does not fully prevent command enumeration.\\n\\n Defaults to False.\\n Using this without a setting will toggle.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1291 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:1294 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:1302 +#, docstring +msgid "Set the character limit for each page in the help message.\\n\\n This setting only applies to embedded help.\\n\\n Please note that setting a relitavely small character limit may\\n mean some pages will exceed this limit. This is because categories\\n are never spread across multiple pages in the help message.\\n\\n The default value is 1000 characters.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1313 +msgid "You must give a positive value!" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1321 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\\n\\n This setting only applies to embedded help.\\n\\n If a help message contains more pages than this value, the help message will\\n be sent to the command author via DM. This is to help reduce spam in server\\n text channels.\\n\\n The default value is 2 pages.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1332 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1340 +#, docstring +msgid "\\n Set the tagline to be used.\\n\\n This setting only applies to embedded help. If no tagline is\\n specified, the default will be used instead.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1348 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:1352 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:1360 +msgid "The tagline has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:1365 +#, docstring +msgid "\\n Lists all available locales\\n\\n Use `[p]set locale` to set a locale\\n " +msgstr "" + +#: redbot/core/core_commands.py:1377 +msgid "No languages found." +msgstr "" + +#: redbot/core/core_commands.py:1386 +#, docstring +msgid "Creates a backup of all data for the instance." +msgstr "" + +#: redbot/core/core_commands.py:1391 +msgid "That path doesn't seem to exist. Please provide a valid path." +msgstr "" + +#: redbot/core/core_commands.py:1453 +msgid "A backup has been made of this instance. It is at {}." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "This backup is too large to send via DM." +msgstr "" + +#: redbot/core/core_commands.py:1458 +msgid "Would you like to receive a copy via DM? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1467 +msgid "OK, it's on its way!" +msgstr "" + +#: redbot/core/core_commands.py:1471 +msgid "Here's a copy of the backup" +msgstr "" + +#: redbot/core/core_commands.py:1476 +msgid "I don't seem to be able to DM you. Do you have closed DMs?" +msgstr "" + +#: redbot/core/core_commands.py:1479 +msgid "I could not send the backup file." +msgstr "" + +#: redbot/core/core_commands.py:1481 +msgid "OK then." +msgstr "" + +#: redbot/core/core_commands.py:1483 +msgid "That directory doesn't seem to exist..." +msgstr "" + +#: redbot/core/core_commands.py:1488 +#, docstring +msgid "Sends a message to the owner" +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:1494 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:1496 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:1497 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:1506 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:1513 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:1582 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:1584 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:1589 +#, docstring +msgid "Sends a DM to a user\\n\\n This command needs a user id to work.\\n To get a user id enable 'developer mode' in Discord's\\n settings, 'appearance' tab. Then right click a user\\n and copy their id" +msgstr "" + +#: redbot/core/core_commands.py:1598 +msgid "Invalid ID or user not found. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:1609 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:1610 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:1624 redbot/core/core_commands.py:1634 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:1627 redbot/core/core_commands.py:1637 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:1642 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:1646 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:1652 +#, docstring +msgid "Shows debug information useful for debugging.." +msgstr "" + +#: redbot/core/core_commands.py:1705 +#, docstring +msgid "\\n Whitelist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1712 +#, docstring +msgid "\\n Adds a user to the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1719 redbot/core/core_commands.py:1844 +msgid "User added to whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1723 +#, docstring +msgid "\\n Lists whitelisted users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1728 +msgid "Whitelisted Users:" +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, docstring +msgid "\\n Removes user from whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1879 +msgid "User has been removed from whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1750 redbot/core/core_commands.py:1884 +msgid "User was not in the whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1754 +#, docstring +msgid "\\n Clears the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1758 redbot/core/core_commands.py:1894 +msgid "Whitelist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1763 +#, docstring +msgid "\\n Blacklist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1770 +#, docstring +msgid "\\n Adds a user to the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1774 redbot/core/core_commands.py:1915 +msgid "You cannot blacklist an owner!" +msgstr "" + +#: redbot/core/core_commands.py:1781 redbot/core/core_commands.py:1923 +msgid "User added to blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1785 +#, docstring +msgid "\\n Lists blacklisted users.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1790 +msgid "Blacklisted Users:" +msgstr "" + +#: redbot/core/core_commands.py:1799 +#, docstring +msgid "\\n Removes user from blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1810 redbot/core/core_commands.py:1958 +msgid "User has been removed from blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1812 redbot/core/core_commands.py:1963 +msgid "User was not in the blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1816 +#, docstring +msgid "\\n Clears the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1820 redbot/core/core_commands.py:1973 +msgid "Blacklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:1826 +#, docstring +msgid "\\n Whitelist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1835 +#, docstring +msgid "\\n Adds a user or role to the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "Role added to whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1850 +#, docstring +msgid "\\n Lists whitelisted users and roles.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1855 +msgid "Whitelisted Users and roles:" +msgstr "" + +#: redbot/core/core_commands.py:1866 +#, docstring +msgid "\\n Removes user or role from whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1881 +msgid "Role has been removed from whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1886 +msgid "Role was not in the whitelist." +msgstr "" + +#: redbot/core/core_commands.py:1890 +#, docstring +msgid "\\n Clears the whitelist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1900 +#, docstring +msgid "\\n blacklist management commands.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1909 +#, docstring +msgid "\\n Adds a user or role to the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "Role added to blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1929 +#, docstring +msgid "\\n Lists blacklisted users and roles.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1934 +msgid "Blacklisted Users and Roles:" +msgstr "" + +#: redbot/core/core_commands.py:1945 +#, docstring +msgid "\\n Removes user or role from blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1960 +msgid "Role has been removed from blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1965 +msgid "Role was not in the blacklist." +msgstr "" + +#: redbot/core/core_commands.py:1969 +#, docstring +msgid "\\n Clears the blacklist.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1978 +#, docstring +msgid "Manage the bot's commands." +msgstr "" + +#: redbot/core/core_commands.py:1983 +#, docstring +msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1997 +#, docstring +msgid "Disable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:2001 redbot/core/core_commands.py:2029 +#: redbot/core/core_commands.py:2073 redbot/core/core_commands.py:2095 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:2007 redbot/core/core_commands.py:2035 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:2016 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:2025 +#, docstring +msgid "Disable a command in this server only." +msgstr "" + +#: redbot/core/core_commands.py:2040 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:2050 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:2056 +#, docstring +msgid "Enable a command.\\n\\n If you're a bot owner, this will try to enable a globally\\n disabled command by default.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2069 +#, docstring +msgid "Enable a command globally." +msgstr "" + +#: redbot/core/core_commands.py:2082 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:2091 +#, docstring +msgid "Enable a command in this server." +msgstr "" + +#: redbot/core/core_commands.py:2100 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:2110 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:2117 +#, docstring +msgid "Set the bot's response to disabled commands.\\n\\n Leave blank to send nothing.\\n\\n To include the command name in the message, include the\\n `{command}` placeholder.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2131 +#, docstring +msgid "\\n Server settings for immunity from automated actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2138 +#, docstring +msgid "\\n Get's the current members and roles\\n\\n configured for automatic moderation action immunity\\n " +msgstr "" + +#: redbot/core/core_commands.py:2150 +msgid "Roles immune from automated moderation actions:\\n" +msgstr "" + +#: redbot/core/core_commands.py:2155 +msgid "Members immune from automated moderation actions:\\n" +msgstr "" + +#: redbot/core/core_commands.py:2159 +msgid "No immunty settings here." +msgstr "" + +#: redbot/core/core_commands.py:2168 +#, docstring +msgid "\\n Makes a user or roles immune from automated moderation actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2173 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:2181 +#, docstring +msgid "\\n Makes a user or roles immune from automated moderation actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2186 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:2194 +#, docstring +msgid "\\n Checks if a user or role would be considered immune from automated actions\\n " +msgstr "" + +#: redbot/core/core_commands.py:2199 +msgid "They are immune" +msgstr "" + +#: redbot/core/core_commands.py:2201 +msgid "They are not Immune" +msgstr "" + +#: redbot/core/core_commands.py:2206 +#, docstring +msgid "\\n Commands for configuring owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2213 +#, docstring +msgid "\\n Opt-in on recieving owner notifications.\\n\\n This is the default state.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2226 +#, docstring +msgid "\\n Opt-out of recieving owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2239 +#, docstring +msgid "\\n Adds a destination text channel to recieve owner notifications\\n " +msgstr "" + +#: redbot/core/core_commands.py:2258 +#, docstring +msgid "\\n Removes a destination text channel from recieving owner notifications.\\n " +msgstr "" + +#: redbot/core/core_commands.py:2275 +#, docstring +msgid "\\n Lists the configured extra destinations for owner notifications\\n " +msgstr "" + +#: redbot/core/core_commands.py:2282 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/dev_commands.py:81 +#, docstring +msgid "Evaluate a statement of python code.\\n\\n The bot will always respond with the return value of the code.\\n If the return value of the code is a coroutine, it will be awaited,\\n and the result of that will be the bot's response.\\n\\n Note: Only one statement may be evaluated. Using await, yield or\\n similar restricted keywords will result in a syntax error. For multiple\\n lines or asynchronous code, see [p]repl or [p]eval.\\n\\n Environment Variables:\\n ctx - command invokation context\\n bot - bot object\\n channel - the current channel object\\n author - command author's member object\\n message - the command's message object\\n discord - discord.py library\\n commands - redbot.core.commands\\n _ - The result of the last dev command.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:137 +#, docstring +msgid "Execute asynchronous code.\\n\\n This command wraps code into the body of an async function and then\\n calls and awaits it. The bot will respond with anything printed to\\n stdout, as well as the return value of the function.\\n\\n The code can be within a codeblock, inline code or neither, as long\\n as they are not mixed and they are formatted correctly.\\n\\n Environment Variables:\\n ctx - command invokation context\\n bot - bot object\\n channel - the current channel object\\n author - command author's member object\\n message - the command's message object\\n discord - discord.py library\\n commands - redbot.core.commands\\n _ - The result of the last dev command.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:202 +#, docstring +msgid "Open an interactive REPL.\\n\\n The REPL will only recognise code as messages which start with a\\n backtick. This includes codeblocks, and as such multiple lines can be\\n evaluated.\\n\\n You may not await any code in this REPL unless you define it inside an\\n async function.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:223 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:228 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." +msgstr "" + +#: redbot/core/dev_commands.py:236 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:287 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:292 +#, docstring +msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " +msgstr "" + +#: redbot/core/dev_commands.py:305 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\\n\\n Only reads the raw content of the message. Attachments, embeds etc. are\\n ignored.\\n " +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max:,} {currency}." +msgstr "" + +#: redbot/core/modlog.py:165 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:169 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:171 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:176 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:216 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:218 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:219 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:223 redbot/core/modlog.py:228 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:224 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:230 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:232 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:239 +msgid "**User:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:240 +msgid "**Moderator:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:243 +msgid "**Until:** {}\\n**Duration:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:245 +msgid "**Channel**: {}\\n" +msgstr "" + +#: redbot/core/modlog.py:247 +msgid "**Amended by:** {}\\n" +msgstr "" + +#: redbot/core/modlog.py:249 +msgid "**Last modified at:** {}\\n" +msgstr "" + diff --git a/rubycore/locales/nb-NO.po b/rubycore/locales/nb-NO.po new file mode 100644 index 0000000..d2a73db --- /dev/null +++ b/rubycore/locales/nb-NO.po @@ -0,0 +1,4811 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Norwegian Bokmal\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nb\n" +"X-Crowdin-File-ID: 4\n" +"Language: nb_NO\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Kommandoer for å kommunisere med Red sin cog manager." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Viser gjeldende cog baner i prioritert rekkefølge.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Installerings bane: {install_path}\n" +"Kjernebane: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Legg til en bane i listen over tilgjengelige cog baner.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Banen eksisterer ikke eller peker til en ugyldig mappe." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Banen er lagt til." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" Fjerner en eller flere stier fra tilgjengelige cog baner gitt `path_numbers` fra `[p]paths`.\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Følgende baner ble fjernet: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Følgende banenumre finnes ikke: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Flytter baner internt for å tillate oppdagelse av forskjellige cogs.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Ugyldig \"fra\" index." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Ugyldig \"to\" index." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Baner forandret." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" Returnerer gjeldende installasjons bane eller angir den hvis en er oppgitt.\n\n" +" Den angitte bane må være absolutt eller i forhold til botens\n" +" mappe, og den må allerede eksistere.\n\n" +" Ingen installerte cogs vil bli overført til prosessen.\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Denne banen finnes ikke." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot'en vil installere nye cogs til \"{}\" mappen." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Viser alle innlastede og tilgjengelige cogs.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} lastet:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} u belastet:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "For å løse dette problemet må du gjøre en av disse:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Sjekk om kommandoinnringeren ikke er en bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Brukeren er en bot som hindrer dem i å kjøre en kommando." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Dette kan ikke fikses - botter skal ikke lytte til andre botter." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Sjekk om boten kan sende meldinger i den oppgitte kanalen" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Bot er tidsavbrutt i den gitte kanalen." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "For å løse dette problemet, fjern tidsavbrudd fra boten." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Bot har ikke tillatelse til å sende meldinger i den angitte kanalen." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "For å løse denne problemet, sørg for at rettighetene oppsettet tillater boten å sende meldinger per Discord rollehierarki:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Merk av om kanalen og serveren ikke er satt til å bli ignorert" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "For å løse dette problemet, sjekk listen som returneres av {command} kommandoen og forsikre deg om at {thread} tråder, dens overordnede kanal, og serveren er ikke en del av den listen." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "For å løse dette problemet, sjekker listen som returneres av kommandoen {command} og sikrer at kanalen {channel} og serveren ikke er en del av den listen." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "For å løse dette problemet, sjekk listen som returneres av {command} kommandoen og forsikre deg om at {thread} tråder, dens overordnede kanal, kanalkategorien den tilhører ({channel_category}), og serveren er ikke en del av den listen." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "For å løse dette problemet må du sjekke listen returnert av {command} kommandoen og forsikre deg om at {channel} kanalen. kanalkategorien den tilhører ({channel_category}), og serveren er ikke en del av den listen." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Boten er satt til å ignorere kommandoer i den angitte kanalen eller denne serveren." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Global tillatelsesliste hindrer brukeren i å kjøre denne kommandoen." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "For å løse dette problemet kan du enten legge til brukeren til i tillatelseslisten, eller fjerne tillatelseslisten.\n" +"Hvis du vil beholde tillatelseslisten, kan du kjøre {command_1} som vil legge {user} til tillatt listen.\n" +"Hvis du i stedet ønsker å fjerne tillatelseslisten og la alle brukere kjøre kommandoer fritt, kan du kjøre {command_2} for å gjøre det." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Global blokkliste hindrer brukeren fra å kjøre denne kommandoen." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "For å løse dette problemet kan du enten fjerne brukeren fra blokklisten eller fjerne blokkelisten.\n" +"Hvis du vil beholde blokklisten kan du kjøre {command_1} som vil fjerne {user} fra blokkeringslisten.\n" +"Hvis du i stedet ønsker å fjerne blokklisten og la alle brukere kjøre kommandoer fritt, kan du kjøre {command_2} for å gjøre det." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Lokalt tillatt liste forhindrer brukeren i å kjøre denne kommandoen." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "For å løse denne feilen kan du enten legge til brukeren eller en av deres roller i den lokale tillatelseslisten, eller fjerne tillatelseslisten.\n" +"Hvis du vil beholde den lokale tillatelsen, kan du kjøre {command_1} som vil legge {user} til den lokale tillatelseslisten.\n" +"Hvis du i stedet ønsker å slette den lokale tillatelseslisten og la alle brukere kjøre kommandoer fritt, du kan kjøre {command_2} for å gjøre det." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Lokal blokkliste hindrer brukeren i å kjøre denne kommandoen." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "For å løse dette problemet, kan du enten fjerne brukerens roller fra den lokale blokklisten, eller fjerne den lokale blokklisten.\n" +"Hvis du vil beholde den lokale blokklisten, du kan kjøre {command_1} som vil fjerne brukerens roller ({roles}) fra den lokale blokklisten.\n" +"Hvis du i stedet ønsker å fjerne den lokale blokklisten, og la alle brukere kjøre kommandoer fritt, du kan kjøre {command_2} for å gjøre det." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "For å løse dette problemet kan du enten fjerne brukeren og deres roller fra den lokale blokklisten, eller rydde den lokale blokklisten.\n" +"Hvis du vil beholde den lokale blokklisten, du kan kjøre {command_1} som vil fjerne {user} og deres roller ({roles}) fra den lokale blokklisten.\n" +"Hvis du i stedet ønsker å fjerne den lokale blokklisten, og la alle brukere kjøre kommandoer fritt, du kan kjøre {command_2} for å gjøre det." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "For å løse dette problemet kan du enten fjerne brukeren fra den lokale blokklisten, eller fjerne den lokale blokklisten.\n" +"Hvis du vil beholde den lokale blokklisten, kan du kjøre {command_1} som vil fjerne {user} fra den lokale blokklisten.\n" +"Hvis du i stedet ønsker å fjerne den lokale blokklisten, og la alle brukere kjøre kommandoer fritt, du kan kjøre {command_2} for å gjøre det." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Tillatte kontroller av liste og blokkeringslister" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Global, cog og kommando kontroller" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Den oppgitte kommandoen er deaktivert i denne serveren." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "En av foreldrene til den gitte kommandoen er deaktivert globalt." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Du kan kjøre {command} som vil aktivere kommandoen {affected_command} i denne guilden for å fikse dette problemet." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Andre spørsmål knyttet til kontrollen" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Det finnes et problem relatert til kontrollene for {command}, men vi kan ikke fastslå den eksakte årsaken." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "For å fikse dette problemet kreves en manuell gjennomgang av de globale, cog og kommandokontrollene." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Globale kontroller" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "En av de globale kontrollene for kommandoen {command} mislyktes med en melding:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "En av de globale sjekker for kommandoen {command} mislyktes uten en melding." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Cog sjekk" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "Cog sjekk for kommandoen {command} mislyktes med en melding:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "Cog sjekk for kommandoen {command} mislyktes uten en melding." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Kommando sjekker" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "En av kommando sjekker for kommandoen {command} mislyktes med en melding:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "En av kommando kontroller for kommandoen {command} mislyktes uten en melding." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Tillatelse verifikasjon" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Cog på den angitte kommandoen er deaktivert i denne guilden." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "For å fikse dette problemet, kan du kjøre {command} som vil aktivere {affected_cog} cog i denne guilden." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Bot mangler noen av kanaltillatelsene ({permissions}) som kreves av {cog} cog." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Bot mangler noen av kanaltillatelsene ({permissions}) som kreves av kommandoen {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "For å løse denne problemet, gi de nødvendige tillatelser til boten gjennom rolleinnstillinger eller kanal tillatelser." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Andre spørsmål knyttet til tillatelsene." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Feil: det finnes et problem knyttet til tillatelsene for {cog} cog men vi klarer ikke å finne den eksakte årsaken." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Feil: det er et problem knyttet til rettighetene for {command} kommandoen, men vi kan ikke finne den eksakte årsaken." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Dette er en uventet feil, vennligst rapporter detpå Rød's problem spor." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Sørg for at kommandoen ikke bare er eieren av boten" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "Kommandoen er kun bot eieren og den angitte brukeren er ikke en bot eier." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Dette kan ikke fikses - vanlige brukere kan ikke kjøre bot eieren av kommandoer." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Tillatelse kroker" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Feil: resultatet av tillatelseskroker er inkonsekvent." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "For å løse dette problemet er det nødvendig med en manuell gjennomgang av de installerte cogs." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "Tilgang er nektet av en av botens tillatelseskroker." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Brukerens discord permisjoner, privilegienivå og regler fra Tillatelser-cog" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "Tilgangen er nektet på grunn av reglene som er satt for {cog} tog med Permissions cog." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "Tilgangen er nektet på grunn av reglene som er satt for {command} kommando i Permissions cog." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "For å fikse problemet, er det påkrevd med en manuell gjennomgang av reglene." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Det finnes en sak knyttet til tillatelser på {cog} cog men vi klarer ikke å fastslå den eksakte årsaken." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Det finnes et problem knyttet til tillatelser for {command} kommando men vi klarer ikke å fastslå den eksakte årsaken." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "For å løse dette problemet er det nødvendig med en manuell gjennomgang av kommandoen." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Tillatelse kontroller" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "Tilgang har blitt nektet av en av tillatelsene sjekker for {cog} cog." + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "Tilgang har blitt nektet av en av tillatelsskontrollene til {command} kommando." + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "For å fikse dette problemet er en manuell gjennomgang av tillatelseskontrollene påkrevd." + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "Brukerens discord tillatelser og rettighetsnivå" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "gi brukeren de nødvendige tillatelsene gjennom rolleinnstillinger eller kanal tillatelser" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Brukeren mangler noen av kanaltillatelsene ({permissions}) som kreves av {cog} cog." + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Brukeren mangler noen av kanaltillatelsene ({permissions}) som kreves av kommandoen {command}." + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "server eieren" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "mod rollen" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "admin rollen" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "tilordne passende rolle til brukeren" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "Brukeren mangler rettighetsnivået ({privilege_level}) som kreves av {cog} cog." + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "Brukeren mangler rettighetene nivået ({privilege_level}) som kreves av {command} kommandoen." + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "legg til passende regel i Permissions cog" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "Brukeren har verken kanaltillatelser ({permissions}) eller privilegienivået ({privilege_level}) som kreves av {cog} cog." + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "Brukeren har verken kanaltillatelser ({permissions}) eller privilegienivået ({privilege_level}) som kreves av {command} kommandoen." + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "Sjekker og verifikasjon av tillatelser for kommandoen {command}" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Andre kommandokontroller" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "Tilgitt kommando mislykkes i å foreta en av de nødvendige sjekkene." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "For å fikse dette problemet kreves en manuell gjennomgang av kommandoens kontroller." + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "Globale «ring en gang» kontroller" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "Andre globale sjekk av «ring en gang»" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "Ett av de globale 'ring en gang' kontrollene som iverksettes av en tredjeparts cog forhindrer at denne kommandoen blir kjørt." + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Sjekk om kommandoen er deaktivert" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "For å fikse dette problemet, kan du kjøre {command} som vil aktivere kommandoen {affected_command} globalt." + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "Den oppgitte kommandoen er deaktivert globalt." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Kontroll og verifikasjon av tillatelser" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Bestått" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Mislykket" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "Alle sjekker bestått og ingen saker ble oppdaget. Sørg for at de gitte parametrene samsvarer med kanalen, brukeren og kommandonavnet som har vært problematisk.\n\n" +"Hvis du fortsatt ikke finner problemet, det er sannsynlig at en av tredjeparts cogs som du bruker legger til en global eller lokal cog før du benytter seg av en krok som hindrer kommandoen i å bli aktivert siden dette ikke kan diagnostiseres med dette verktøyet." + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "Boten har vært i stand til å identifisere saken." + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Oppdaget sak: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Løsning: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Her er en detaljert rapport i tilfelle du trenger den:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Kanal: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Kommando ringer: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Kommando: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Prøver som har vært utgitt:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Red forekomsten din er utgått på dato! {} er den gjeldende versjonen, men du bruker {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Mens denne kommandoen bør fungere i de fleste scenarier, ettersom den er basert på ditt nåværende OS, miljø og Python-versjon, **vi anbefaler deg på det sterkeste å lese oppdateringen dokumenter ved <{docs}> og forsikre deg om at det er ingenting annet som må gjøres under oppdateringen.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"Du har Python `{py_version}` og denne oppdateringen krever `{req_py}`; du kan ikke bare kjøre oppdateringskommandoen.\n\n" +"Du må følge oppdateringsinstruksjonene i våre dokumenter ovenfor hvis du fortsatt trenger hjelp til å oppdatere etter å ha fulgt dokkene går til vår #support kanalen i " + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "\n\n" +"For å oppdatere botten din, først slå av boten din og åpne et vindu på {console} (ikke som admin) og kjør følgende:{command_1}\n" +"Når du har startet boten din igjen, vi anbefaler at du oppdaterer enhver installert 3d-parts cogs med denne kommandoen i Discord:{command_2}" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Ledetekst for kommando" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Terminal" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "Argumentet `{parameter_name}` må være et positivt heltall." + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "Argumentet `{parameter_name}`må være et heltall mer enn {maximum}." + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "Argumentet `{parameter_name}`må være et heltall ikke mindre enn {minimum}." + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +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 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +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 +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 +msgid "That command is not available in DMs." +msgstr "Den kommandoen er ikke tilgjengelig i direktemeldinger." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Den kommandoen er bare tilgjengelig i direktemeldinger." + +#: redbot/core/_events.py:422 +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 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes {number} ganger samtidig." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes en tid samtidig." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Den kommandoen fullført fortsatt, den kan bare brukes {number} ganger per {type} samtidig." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Den kommandoen er fortsatt fullført, den kan bare brukes en gang per {type} samtidig." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes {number} ganger per {type} samtidig." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "For mange personer som bruker denne kommandoen. Den kan bare brukes en tid per {type} samtidig." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Kan ikke betale for denne kommandoen i DM uten en global bank." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Kommandoen {command_name} er allerede en eksisterende kommando eller alias i en av de lastet cogs." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Kjerne cog har mange kommandoer relatert til kjernefunksjoner.\n\n" +" Disse kommandoene kommer og lastes med hver rød bot og dekker noe av det mest grunnleggende bruken av boten.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "Viser info om [botname]." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Denne boten er en instans av [Red, en åpen kilde Discord bot]({}) laget av [Twentysix]({}) og [forbedret av mange]({}).\n\n" +"Red er støttet av et lidenskapelig samfunn som bidrar til å skape innhold for alle til nye. [Bli med oss i dag]({}) og hjelp oss med forbedring!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Instans er eid av gruppen" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instans eid av" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red versjon" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Ja, {version} er tilgjengelig." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Klarte ikke å se etter oppdateringer." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Utdatert" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Om denne instansen" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Om Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Bringer glede siden 02 Jan 2016 (over {} dager siden!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Denne boten er en instans av Red, en åpen kildekode Discord bot (1) laget av Twentysix (2) og forbedret av mange (3).\n\n" +"Red er støttet av et lidenskapelig samfunn som bidrar til og skaper innhold for alle til nye. Bli med oss i dag (4) og hjelp oss med forbedring!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instans eid av gruppe: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red versjon: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Insants eid av: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red versjon: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Utdatert: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Om Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Om denne instansen**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Referanser**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Viser [botname] sin oppetid." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Mindre enn ett sekund." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "Jeg har vært oppe for: **{time_quantity}** (siden {timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Kommandoer som samhandler med dataene [botname] har om deg.\n\n" +" Mer informasjon finnes i [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Denne boten lagrer noen data om brukere etter behov for å fungere. Dette er for det meste ID-en til din bruker er tilordnet av Discord, knyttet til en håndfull ting, avhengig av hva du samhandler med i boten. Det er noen kommandoer som lagrer den for å holde oversikt over hvem som opprettet noe. (som spillelister) For fullstendig informasjon om dette samt mer detaljert informasjon om hva som lagres og hvorfor, se {link}.\n\n" +"I tillegg kan tredjeparts tillegg som er lastet inn av roten eieren av, eller ikke nødvendigvis lagre flere ting. Du kan bruke `{prefix}mydata 3rdparty` for å vise påstander gitt av hver tredjeparts addition." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Jeg må kunne legge ved filer (prøv i DMs?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Denne forekomsten ser ikke ut til å ha noen tredjeparts utvidelser belastet." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "Tredjeparts Uttalelser om sluttbrukerdata" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Følgende er instruksjoner gitt av tredjeparts utvidelser." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "tredjeparts utvidelser uten påstander\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Her er en generert side med erklæringen fra tredjeparts utvidelser." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Fikk ikke bekreftelse, kansellering." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Fikk ikke en tilsvarende bekreftelse, kansellering." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Denne kommandoen ({command}) støtter ikke ikke-interaktiv bruk." + +#: 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 "Dette vil forårsake at botten kvitter seg med og/eller frakte data fra deg. Det vil ikke bli kvitt operasjonelle data, slik som modlog-oppføringer, advarsler eller muter. Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Dette kan ta litt tid." + +#: 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 "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet hvordan jeg sletter) {mention}, men følgende moduler feilet: {modules}. I tillegg oppstod følgende cogs feilet: {cogs}.\n" +"Kontakt eieren av denne boten for å adressere dette.\n" +"Merk: Utenfor disse feilene skal data ha blitt slettet." + +#: 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 "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet hvordan jeg sletter) {mention}, men følgende cogs feilet: {cogs}.\n" +"Kontakt eieren av denne boten for å ta tak i dette.\n" +"Merk: Utenfor disse feilene, data skal ha blitt slettet." + +#: 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 "Jeg prøvde å slette alle ikke-operasjonelle data om deg (som jeg vet hvordan jeg sletter) {mention}, men følgende moduler feilet: {modules}.\n" +"Kontakt eieren av denne boten for å ta tak i dette.\n" +"Merk: Utenfor disse feilene, data skal ha blitt slettet." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "Jeg har slettet noen ikke-operasjonelle data om deg (som jeg vet hvordan jeg sletter) {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 "{mention} Følgende cogs klarte ikke å slette:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[Kommer Snart] Få hvilke data [botname] har om deg." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Denne kommandoen gjør ikke noe ennå, men vi jobber med å legge til støtte for dette." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Kommandoer for mer fullstendig datahåndtering\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "Brukeren kan slette sine egne data. Dette vil ikke inkludere driftsdata som blokkerte brukere." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "Brukeren kan ikke slette sine egne data." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Cogs vil bli bedt om å fjerne alle ikke-driftsdata etter en brukerforespørsel." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Cogs vil bli informert om en bruker har gjort en forespørsel om sletting av data, og detaljene om hva du skal slette vil bli overlatt til cog forfatteren." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Dette vil føre til at botten kvitter seg med eller frakter alle data fra den angitte bruker-IDen. Du bør ikke bruke dette med mindre Discord har bedt om dette spesielt med hensyn til en slettet bruker. Dette vil fjerne brukeren fra ulike antimisbruk tiltak. Hvis du behandler en manuell forespørsel fra en bruker kan du heller ønske `{prefix}{command_name}.\n\n" +"Hvis du er sikker på at dette er hva du har tenkt, Svar med følgende:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan å slette) men følgende moduler feilet: {modules}. I tillegg oppstod følgende cogs feilet: {cogs}\n" +"Vennligst sjekk loggene dine og kontakt innholdsskaperne i disse cogene og modulene.\n" +"Merk: Utenfor disse feilene skal data ha blitt slettet." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan jeg sletter) men følgende data feilet: {cogs}.\n" +"Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" +"Merk: Utenfor disse feilene bør dataene ha blitt slettet." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Jeg prøvde å slette all data om den brukeren (som jeg vet hvordan å slette) men følgende moduler feilet: {modules}.\n" +"Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" +"Merk: Utenfor disse feilene bør dataene ha blitt slettet." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "Jeg har slettet alle data om den brukeren som jeg vet hvordan jeg skal slette." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Dette vil føre til at botten kvitter seg med eller nedknytter mange ikke-operasjonelle data fra den angitte brukeren. Brukere har tilgang til annen kommando for dette med mindre de kan ikke samhandle med boten i det hele tatt. Dette er en særlig trygg operasjon. men du bør ikke bruke den hvis ikke en forespørsel fra denne brukeren siden den kan påvirke bruken av boten. \n\n" +"Hvis du er sikker på at dette, vennligst svar med følgende:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Jeg forsøkte å slette alle ikke-operasjonelle data om den brukeren (som jeg vet hvordan å slette) men følgende moduler feilet: {modules}. I tillegg oppstod følgende cogs feilet: {cogs}\n" +"Vennligst sjekk loggene dine og kontakt innholdsskaperne i disse cogene og modulene.\n" +"Merk: Utenfor disse feilene skal data ha blitt slettet." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Jeg prøvde å slette alle ikke-operasjonelle data om den brukeren (som jeg vet hvordan å slette) men følgende cogs feilet: {cogs}.\n" +"Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" +"Merk: Utenfor disse feilene bør dataene ha blitt slettet." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Jeg forsøkte å slette alle ikke-operasjonelle data om den brukeren (som jeg vet hvordan å slette) men følgende moduler feilet: {modules}.\n" +"Vennligst sjekk dine logger og kontakt innholdsskaperne i disse cogs og modulene.\n" +"Merk: Utenfor disse feilene bør dataene ha blitt slettet." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "Jeg har slettet alle ikke-operasjonelle data om den brukeren jeg vet hvordan jeg skal slette." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Dette vil forårsake at botten kvitter seg med eller nedknytter en mengde data om den angitte brukeren. Dette kan omfatte mer enn bare sluttbrukerdata, inkludert anti-data i form av misbruk.\n\n" +"Hvis du er sikker på at dette er hva du ønsker, vennligst svar med følgende:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Innebygde innstillinger:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "Global standard: {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Global kommando-innstilling for {command} kommandoen: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Guild innstilling: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "Server kommando-innstilling for {command} kommando: {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Kanal innstilling: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Brukerinnstilling: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Embeder er nå deaktivert som standard." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Embeder er nå aktivert som standard." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Embeder vil nå bruke globale instillinger." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Embeder er nå aktivert for denne serveren." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Embeder er nå deaktivert for denne serveren." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "Den beståttet kommandoen krever Embed lenketillatelser, og kan derfor ikke settes til å ikke bruke embeds." + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "Embeder er nå aktivert for {command_name} kommandoen." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "Embeder er nå deaktivert for {command_name} kommandoen." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "Embeder vil nå falle tilbake til serverinnstillingen." + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Embeder er nå {} for denne kanalen." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "skrudd på" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "skrudd av" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Embeder er nå aktivert for deg i DMer." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Embeder er nå deaktivert for deg i DMer." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Ingen unntak har oppstått ennå." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Kommandoer for å sette opp [botname] sin invitasjonsinnstillinger." + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +" Legg til `applications.commands` virkeområdet til invitasjonslenken din.\n\n" +" Dette tillater bruk av slash-kommandoer på serverne som inviterte din bot med det virkefeltet.\n\n" +" Merk at tidligere servere som inviterte boten uten virkeområde, kan ikke ha slash kommandoer, De må invitere botten enda en gang.\n" +" " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "«applications.commands» har blitt lagt til på invitasjonslenken." + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "Omfanget `applications.commands` har blitt fjernet fra invitasjons URL-en." + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "Du må angi minst én server-ID." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "Du har ikke sendt noen server-ID. Vil du at jeg skal forlate denne serveren?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "Er du sikker på at du vil jeg forlate disse serverne?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "Er du sikker på at du vil jeg skal forlate denne serveren?" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "Jeg kan ikke forlate serveren `{server_name}`: Jeg er eieren av den." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Responsen ble tidsavbrutt." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Okei. hade. :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "Ok. Forlater {number} servere..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "Ok. Forlater serveren..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Ok, jeg blir da. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "Ok, jeg forlater ikke serverne." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "Ok, jeg forlater ikke serveren." + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" Viser serveren [botname] er medlem av.\n\n" +" Merk: Denne kommandoen er interaktiv.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Lastet {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "Følgende pakke er allerede lastet: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Følgende pakker er allerede lastet: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Kunne ikke laste følgende pakke: {pack}.\n" +"Sjekk konsollen eller loggene for detaljer." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Kan ikke laste følgende pakker: {packs}\n" +"Sjekk konsollen eller loggene for detaljer." + +#: 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 "Følgende navn er ikke et gyldig pakkenavn: {pack}\n" +"Pakkenavn kan ikke begynne med et nummer og kan bare inneholde jasi-numre, brev, and underscores." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "Følgende navn er ikke gyldige pakkenavn: {packs}\n" +"Pakkenavn kan ikke starte med et nummer og kan bare inneholde ascii-numre, brev, and underscores." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "Følgende pakke ble ikke funnet i noen cog sti: {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "Følgende pakker ble ikke funnet i noen cog sti: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "Denne pakken kunne ikke lastes av følgende grunn:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "Disse pakkene kunne ikke lastes av følgende årsaker:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**ADVARSEL**: Følgende område bruker delte limer som er merket for å fjerne i fremtiden: {repo}.\n" +"Du bør informere vedlikeholderen om denne meldingen." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**ADVARSEL**: Følgende repoer bruker delte liber som er merket for å fjerne i fremtiden: {repos}.\n" +"Du bør informere vedlikeholderne om denne meldingen." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "Følgende cog ble utlastet: {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "Følgende pakke ble utlastet: {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "Følgende pakke ble utlastet: {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "Følgende pakke ble ikke lastet: {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Lastet på nytt {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Kunne ikke laste følgende cog: {pack}.\n" +"Sjekk konsollen eller loggene for detaljer." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Kan ikke laste følgende cog på nytt: {packs}\n" +"Sjekk konsollen eller loggene for detaljer." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "Denne pakken kunne ikke lastes på nytt av følgende grunn:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "Disse pakkene kunne ikke lastes på nytt av følgende grunner:\n\n" +"{reasons}" + +#: 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 "**ADVARSEL**: Følgende område bruker delte limer som er merket for å fjerne i fremtiden: {repo}.\n" +"Du bør informere vedlikeholderne om denne meldingen." + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Slår av... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Restarter..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Grunnkommando for bankinnstillinger." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Vis gjeldende bankinnstillinger." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Globalt" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Server" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Bankinnstillinger:\n\n" +"Banknavn: {bank_name}\n" +"Bankomfang: {bank_scope}\n" +"Valuta: {currency_name}\n" +"Standardbalanse: {default_balance}\n" +"Maksimal tillatt saldo: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Velg om banken er global eller ikke.\n\n" +" Hvis banken er global, vil den bli per-server.\n" +" Hvis banken er per server, vil den bli global.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Dette vil veksle banken til å være {banktype}, slette alle kontoer i prosessen! Hvis du er sikker, skriv `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Banken er nå {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Angi bankens navn." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Banknavnet har blitt satt til: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Angi navn på bankens valuta." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Valutanavnet har blitt satt til: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Sett maksimal saldo en bruker kan få." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Beløpet må være større enn null og under {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maksimal saldo har blitt satt til: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "Amount must be greater than or equal to zero and less than {maxbal}." + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "Registrering av en konto vil nå gi {num} {currency}." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "Dette vil slette alle bankkontoer for {scope}.\n" +"Hvis du er sikker, skriv `{prefix}bankset reset yes`" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "denne serveren" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "Alle bankkontoer for {scope} er slettet." + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "Basiskommando for å utsette bankkontoer." + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "Denne kommandoen kan ikke brukes med en global bank." + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "Dette vil slette alle bankkontoer for brukere som ikke lenger er på denne serveren.\n" +"Hvis du er sikker, skriv inn `{prefix}bankset prune local yes`" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "Bank kontoer for brukere som ikke lenger er på denne serveren har blitt slettet." + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "Denne kommandoen kan ikke brukes med en lokal bank." + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "Dette vil slette alle bankkontoer for brukere som ikke lenger deler en server med boten.\n" +"Om du er sikker, skriv `{prefix}bankset prune global yes`" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "Bank kontoer for brukere som ikke lenger deler en server med boten er slettet." + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "Dette vil slette {name} sin bankkonto.\n" +"Hvis du er sikker, skriv `{prefix}bank prune user {id} yes`" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "Bankkontoen for {name} er slettet." + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "Behandle modlog-innstillinger." + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "Kommando for å fikse feilaktig i casetyper." + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "Velg en kanal som modlog.\n\n" +" Omit `[channel]` for å deaktivere modlog.\n" +" " + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "Mod hendelser vil bli sendt til {channel}." + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "Jeg har ikke tillatelse til å sende meldinger i {channel}!" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "Mod loggen er allerede deaktivert." + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "Mod logg deaktivert." + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "Gjeldende innstillinger:\n" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "Denne handlingen er ikke registrert." + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "Saksopprettelse for {action_name} handlinger er nå {enabled}." + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "Tilbakestill alle modlog tilfeller på denne serveren." + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "Er du sikker på at du vil tilbakestille alle modlogg-tilfeller i denne serveren?" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Du tok for lang tid å svare." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "Tilfeller er tilbakestilt." + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "Ingen endringer er utført." + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "Kommandoer for å endre [botname] sine innstillinger." + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "Kommandoer for å endre [botname] sine metadata." + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Tilbakestilt beskrivelse." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "Beskrivelsen er for lang til å vises riktig. Prøv igjen med en gang under 250 tegn." + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "Denne URL-adressen er ugyldig." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "Noe gikk galt under forsøket på å hente bildet." + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Ferdig." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Avatar fjernet." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "Brukernavnet til en verifisert bot kan ikke endres manuelt. Vennligst kontakt Discord støtte for å endre den." + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "Kan ikke endre navn. Må være 32 tegn eller færre." + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "Endre brukernavnet ble tidsavbrutt. Husk at du bare kan gjøre det opptil 2 ganger i timen. Bruk kallenavn hvis du trenger hyppige endringer: {command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "Kan ikke endre brukernavnet. Discord returnerte følgende feil:\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "Det oppstod en uventet feil ved forsøk på å endre brukernavnet." + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "Kan ikke endre kallenavn. Må være 32 tegn eller færre." + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Jeg mangler tillatelse til å endre mitt eget kallenavn." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "Egendefinert tekst er tømt." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Den egendefinerte teksten er lagt inn." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "Teksten må være mindre enn 1024 tegn lang." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "Kommandoer for å sette [botname] sin status." + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "Statusen satt til `Playing {game.name}`." + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Spillet er tømt." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "Statusen satt til \"Listening to {listening}." + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "Hører ryddet." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "Statusen satt til `Watching {watching}`." + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "Overvåkningsstatus ryddet." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "Status satt til `Competing in {competing}`." + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "Konkurrerende status fjernet." + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Status endret til {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "Sett [botname] sin status til online." + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "Sett [botname] sin status for å ikke forstyrre." + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "Sett [botname] sin status til borte." + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "Sett [botname] sin status til usynlig." + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "Sett server admin og mod roller for [botname]." + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "Denne rollen er allerede en administratorrolle." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "Denne rollen anses nå som en administratorrolle." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Denne rollen er allerede en mod rolle." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Denne rollen anses nå som en mod rolle." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "Den rollen var ikke en administratorrolle å begynne med." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Denne rollen anses ikke lenger som en administratorrolle." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "Den rollen var ikke en modifikasjonsrolle å begynne med." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Denne rollen anses ikke lenger som en mod rolle." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Ugyldig språkkode. Bruk format: `en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "Globalt Lokale innstillinger er angitt." + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "Lokale innstillinger er satt til standard." + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Lokale innstillinger er angitt." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "Global regional formatering vil nå basere seg på botens lokalitet." + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "Global regional formatering vil nå bli basert på '{language_code}` lokal." + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "Regional formatering vil nå være basert på botens locale på denne serveren." + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "Regional formatering vil nå være basert på `{language_code}` lokal." + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "Klikk på knappen nedenfor for å velge nøkler." + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` API tokens har blitt satt." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "Ingen API tjenester har blitt angitt ennå." + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "Angi API-tjenester:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "Angi API-tjenester:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "Tjenester ble slettet:\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "Tjenesten ble slettet: {service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "Ingen av tjenestene du oppga hadde noen nøkler innsatt." + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "Det er ingen ekstra kanaler som sendes til." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "Ukjent kanal med id: {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "Ikke satt." + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "Admin roller: {admin}\n" +"Mod roller: {mod}\n" +"Lokal: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "{bot_name} Innstillinger:\n\n" +"Prefikser: {prefixes}\n" +"{guild_settings}Global lokale: {locale}\n" +"Globalt regionalt format: {regional_format}\n" +"Standard embed farge: {colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Kommando sletting deaktivert." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "Slett forsinkelse, sett til {num} sekunder." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Bot vil slette kommando meldinger etter {num} sekunder. Sett denne verdien til -1 for å stoppe sletting av meldinger" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Jeg vil ikke slette kommando meldinger." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Botten {} bruke konfigurerte farger for embeder." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "vil ikke" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "vil" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "Fuzzy kommando søking har blitt {} for denne serveren." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "Fuzzy kommando søking har blitt {} i DMer." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Fargen har blitt tilbakestilt." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Fargen har blitt lagt inn." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Kansellert." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefiks satt." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "Prefikser satt." + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "Prefikser for server er tilbakestilt." + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "Server prefiks satt." + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "Server prefikser satt." + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "\n" +" Kommandoer for å administrere innstillinger for hjelp-kommandoen.\n\n" +" Alle hjelpeinnstillinger brukes globalt.\n" +" " + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "Advarsel: Standardformatteren er ikke i bruk, disse innstillingene gjelder ikke." + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "Hjelpeformateren har blitt tilbakestilt. Dette forhindrer ikke cogs fra å endre hjelp, du må kanskje fjerne en tog hvis dette har vært et problem." + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "Hjelpeinnstillingene har blitt tilbakestilt til standardverdiene. Dette vil kanskje ikke ha en innvirkning når du bruker formater for tredjeparts hjelp." + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "Hjelpen vil ikke bruke menyer." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "Hjelp vil ikke filtrere skjulte kommandoer." + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "Hjelp vil filtrere skjulte kommandoer." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "Hjelp vil nå krysse av når den sendes i en DM." + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "Hjelpen vil ikke krysse av når den sendes i en DM." + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "Hjelpen vil bare vise for kommandoer som kan kjøres." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "Hjelp vil vises uten å sjekke om kommandoene kan kjøres." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "Hjelp vil bekrefte at hjelpeemner eksisterer." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "Hjelp vil bare verifisere at hjelpeemner er tilgjengelige via uklar hjelp (hvis aktivert)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "Du må gi en verdi på minst 500 tegn." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Ferdig. Tegngrensen per side er satt til {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Du må gi en verdi som er null eller høyere!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Ferdig. Grensen er satt til {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "Tidsfristen kan ikke være lengre enn 14 dager!" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "Ferdig. Hjelpe meldinger slettes ikke nå." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "Ferdig. Slettingsforsinkelsen er satt til {} sekunder." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "Etiketten er tilbakestilt." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "Din linje er for lang! Vennligst forkort den til å være maks 2048 tegn lang." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "Taggen er lagt inn." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "Bruker-ID: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "gjennom DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "fra {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | Server-ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Bruk '{} dm {} ' for å svare denne brukeren" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Sendt av {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "Jeg har blitt konfigurert til å ikke sende dette noe sted." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Din melding har blitt sendt." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Jeg klarer ikke å levere meldingen. Unnskyld." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "Ugyldig ID, bruker ikke funnet, eller brukeren er en bot. Du kan bare sende meldinger til personer jeg deler en server med." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Eier av {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Du kan svare på denne meldingen med {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Beklager, kunne ikke levere meldingen din til {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Meldingen er levert til {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Skriver ut botens datasti." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Datasti {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "Viser feilsøkingsinformasjon nyttig for feilsøking." + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "Brukere har blitt lagt til i tillatt liste." + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "Brukeren har blitt lagt til i tillatelseslisten." + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "Brukere på tillatt liste:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "Bruker på tillatt liste:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Ukjent eller slettet bruker" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "Brukere har blitt fjernet fra tillatt liste." + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "Brukeren har blitt fjernet fra tillatt liste." + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "Tillatt liste er tømt." + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "Du kan ikke legge til en eier i blokkeringslisten!" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "Brukere har blitt lagt til i blokkeringslisten." + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "Brukeren har blitt lagt til blokkeringslisten." + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "Brukere på blokklisten:" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "Bruker på blokkeringslisten:" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "Brukere har blitt fjernet fra blokkeringslisten." + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "Brukeren har blitt fjernet fra blokkeringslisten." + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "Svartelisten er tømt." + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "Jeg kan ikke tillate deg å gjøre dette, da det vil fjerne din evne til å kjøre kommandoer, vær sikker på at du legger deg selv til i tillatelseslisten først." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "Brukere og/eller roller har blitt lagt til i tillatelseslisten." + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "Bruker eller rolle har blitt lagt til i tillatelseslisten." + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "Tillatte brukere og/eller roller:" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "Tillatt bruker eller rolle:" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "Ukjent eller slettet bruker/rolle" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "Jeg kan ikke tillate deg å gjøre dette, da det vil fjerne din evne til å kjøre kommandoer." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "Brukere og/eller roller har blitt fjernet fra listen tillatt på serveren." + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "Brukeren eller rollen har blitt fjernet fra listen som server tillater." + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "Serverens tillatte liste har blitt fjernet." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "Du kan ikke legge deg selv til i blokkeringslisten!" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "Du kan ikke legge til guildeieren til blokkeringslisten!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "Du kan ikke legge til en bot eier i blokkeringslisten!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "Brukere og/eller roller har blitt lagt til fra server-blokkelisten." + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "Brukeren eller rollen har blitt lagt til fra serverens blokkeringsliste." + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "Blokkerte brukere og/eller roller:" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "Blokkert bruker eller rolle:" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "Brukere og/eller roller har blitt fjernet fra serverens blokkeringsliste." + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "Brukeren eller rollen har blitt fjernet fra serverens blokkeringsliste." + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "Server-blokklisten har blitt slettet." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "Du kan ikke deaktivere denne cog som standard." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} er angitt som deaktivert som standard." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} er satt som standard." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "Du kan ikke deaktivere denne cog siden du vil låse deg selv ut." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} har blitt deaktivert i denne guilden." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} var allerede deaktivert (ingenting å gjøre)." + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} har blitt aktivert i denne guilden." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} ble ikke deaktivert (ingenting å gjøre)." + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "Følgende cogs er deaktivert i denne guilden:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "Det er ingen deaktiverte cogs i denne guilden." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Det er ikke noen globalt utkoplet kommandoer." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} kommandoer er deaktivert globalt.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 kommando er deaktivert globalt.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "Det er ingen deaktiverte kommandoer i {}." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} kommandoer er deaktivert i {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "1 kommando er deaktivert i {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "Kommandoen som skal deaktiveres kan ikke være `command` eller en av dens underkommandoer." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Denne kommandoen er angitt som alltid tilgjengelig og kan ikke deaktiveres." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Den kommandoen er allerede deaktivert globalt." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "Du har ikke lov til å deaktivere den kommandoen." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Den kommandoen er allerede deaktivert i denne serveren." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Den kommandoen er allerede aktivert globalt." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "Du har ikke rettigheter til å aktivere den kommandoen." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Den kommandoen er allerede aktivert på denne serveren." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Roller immunitet fra automatiserte moderasjons aksjoner:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Medlemmer immune fra automatiserte moderasjons aksjoner:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Ingen immunintetsinnstillinger her." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Allerede lagt til." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Ikke i listen." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "De er immune." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "De er ikke immuniserte." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Kanal lagt til ignorering listen." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Kanal allerede i ignorering listen." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Denne serveren har blitt lagt til i ignorering listen." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Denne serveren blir allerede ignorert." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Kanal fjernet fra ignorering listen." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Denne kanalen er ikke i ignorering listen." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Denne serveren har blitt fjernet fra ignorering listen." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Denne serveren er ikke i ignorering listen." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Denne serveren blir for øyeblikket ignorert." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Ingen" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" Få informasjon om Red's lisenser.\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "Ulik utvikling fokuserte hjelpemidler." + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +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 +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 +msgid "Exiting." +msgstr "Avslutter." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +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 +msgid "The REPL session in this channel has been resumed." +msgstr "REPL-økten i denne kanalen er gjenopptatt." + +#: redbot/core/dev_commands.py:611 +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 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "Mock en annen bruker pådriver en kommando.\n\n" +" Prefikset må ikke fylles inn.\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, 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 +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 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "Bot eiere vil ikke lenger omgå alle kommandoer med cooldowns." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "{user} er saldo kan ikke stige over {max} {currency}." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Kasse #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Årsak:** Bruk kommandoen `reason` for å legge den til" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Ukjent" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Slettet bruker." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderator" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Frem til" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Varighet" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Kanal" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Endret av" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Sist endret" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/nl-NL.po b/rubycore/locales/nl-NL.po new file mode 100644 index 0000000..60e36ec --- /dev/null +++ b/rubycore/locales/nl-NL.po @@ -0,0 +1,4681 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Dutch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File-ID: 4\n" +"Language: nl_NL\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Commando's om te communiceren met Red's cog manager." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Dit pad bestaat niet, of leidt niet naar een geldige map." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Pad toegevoegd." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Ongeldige 'van' index." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Ongeldige 'naar' index." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Paden opnieuw geordend." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Dit pad bestaat niet." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "De bot zal nieuwe cogs installeren naar de `{}` map." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} geladen:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} niet geladen:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "De gebruiker is een bot die verhindert dat ze een commando uitvoeren." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Globale controles" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Commando controles" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Machtigingen verificatie" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "Cog permissies verificatie" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Om dit probleem op te lossen, verleen de vereiste rechten aan de bot via rolinstellingen of kanaaloverschrijvingen." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Dit is een onverwachte fout, rapporteer deze op Red's issue tracker." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Toestemming controles" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "de server eigenaar" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "de mod rol" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "de admin rol" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "gepaste rol toewijzen aan de gebruiker" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Andere commando controles" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +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 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Verouderd" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Over deze instantie" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Over Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Embeds zullen nu weer de globale instellingen gebruiken." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "activeren" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "de-activeren" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Reactie time-out." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Oké. Doei :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "{packs} geladen." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "Dit pakket is al geladen: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Deze pakketten zijn al geladen: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Afsluiten... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Herstarten..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Basisopdracht voor bankinstellingen." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Toon de huidige bank instellingen." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Globaal" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Server" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Bankinstellingen:\n\n" +"Banknaam: {bank_name}\n" +"Bankscope: {bank_scope}\n" +"Valuta: {currency_name}\n" +"Standaardsaldo: {default_balance}\n" +"Maximaal toegestane saldo: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Wissel of de bank globaal is of niet.\n\n" +" Als de bank globaal is, wordt het per server.\n" +" Als de bank per server is, wordt het wereldwijd.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globaal" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Hiermee wordt de bank ingesteld op {banktype} en worden alle accounts verwijderd! Als je het zeker weet, type je `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "De bank is nu {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Stel de naam van de bank in." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Banknaam is ingesteld op: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Stel de valuta in." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Valutanaam is ingesteld op: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Stel het maximale saldo in dat een gebruiker kan krijgen." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Bedrag moet groter zijn dan nul en minder dan {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Het maximale saldo is ingesteld op: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Klaar." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Ik heb niet de juiste bevoegdheden om mijn nickname te veranderen." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Status veranderd naar {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Taal is veranderd." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "zal niet" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "zal" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Geannuleerd." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefix opgeslagen." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "Gebruikers-ID: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "met een persoonlijk bericht" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "van {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | Server ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Gebruik `{}dm {} ` om te reageren op deze gebruiker" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Verzonden door {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Je bericht is verzonden." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Ik kan dit bericht niet afleveren." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Eigenaar van {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Je kan dit bericht beantwoorden met {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Helaas, jouw bericht naar {} kon niet afgeleverd worden" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Bericht aan {} afgeleverd" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Die command is al geactiveerd in deze server." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Geen" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/pl-PL.po b/rubycore/locales/pl-PL.po new file mode 100644 index 0000000..207562e --- /dev/null +++ b/rubycore/locales/pl-PL.po @@ -0,0 +1,4735 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Polish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pl\n" +"X-Crowdin-File-ID: 4\n" +"Language: pl_PL\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Komendy dla interfejsu menedżera cogów dla Reda." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Wyświetla listę bieżących ścieżek cogów w kolejności ważności.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Ścieżka instalacji: {install_path}\n" +"Ścieżka rdzenia: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Dodaj ścieżkę do listy dostępnych ścieżek cogów.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Ta ścieżka nie istnieje lub nie prowadzi do poprawnego katalogu." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Ścieżka dodana pomyślnie." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Ponownie porządkuje ścieżki wewnętrznie, by umożliwić odkrycie innych cogów.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Nieprawidłowy indeks 'from'." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Nieprawidłowy indeks 'to'." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Kolejność ścieżek zmieniona." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Ta ścieżka nie istnieje." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot będzie instalować nowe moduły w katalogu `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Zwraca listę załadowanych i dostępnych modułów.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} załadowane:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} niezaładowane:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Aby rozwiązać ten problem, musisz wykonać jedną z tych rzeczy:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Sprawdź, czy osoba wywołująca komendę nie jest botem" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Użytkownik jest botem, co uniemożliwia mu wykonywanie jakichkolwiek poleceń." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "To nie może zostać naprawione - bot nie powinien nasłuchiwać innych botów." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Sprawdź, czy bot może wysyłać wiadomości na danym kanale" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Bot przekroczył czas oczekiwania na podanym kanale." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Aby rozwiązać ten problem, usuń limit czasu z bota." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Bot nie ma uprawnień do wysyłania wiadomości na podanym kanale." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Aby rozwiązać ten problem, upewnij się, że konfiguracja uprawnień pozwala botowi wysyłać wiadomości według hierarchii ról Discorda:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Sprawdź, czy kanał i serwer nie są ustawione jako igonorowane" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Aby rozwiązać ten problem, sprawdź listę zwracaną przez polecenie {command} i upewnij się, że wątek {thread}, jego kanał nadrzędny, i serwer nie są częścią tej listy." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Aby rozwiązać ten problem, sprawdź listę zwróconą przez polecenie {command} i upewnij się, że kanał {channel} i serwer nie są częścią tej listy." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Aby rozwiązać ten problem, sprawdź listę zwracaną przez polecenie {command} i upewnij się, że wątek {thread} , jego kanał nadrzędny, kategoria kanału, do której należy ({channel_category}), a serwer nie jest częścią tej listy." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Aby rozwiązać ten problem, sprawdź listę zwracaną przez polecenie {command} i upewnij się, że kanał {channel} , kategoria kanału, do której należy ({channel_category}), a serwer nie jest częścią tej listy." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Bot jest ustawiony na ignorowanie komend na podanym kanale lub serwerze." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Globalna lista uprawnień uniemożliwia użytkownikowi uruchomienie tego polecenia." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Aby rozwiązać ten problem, możesz dodać użytkownika do listy dozwolonych lub wyczyścić listę dozwolonych.\n" +"Jeśli chcesz zachować listę dozwoloną, możesz uruchomić {command_1} , który doda {user} do listy dozwolonej.\n" +"Jeśli zamiast tego chcesz wyczyścić dozwoloną listę i pozwolić wszystkim użytkownikom swobodnie uruchamiać polecenia, możesz uruchomić {command_2} , aby to zrobić." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Globalna lista blokowania uniemożliwia użytkownikowi uruchomienie tej komendy." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Aby rozwiązać ten problem, możesz usunąć użytkownika z listy bloków lub wyczyścić blokadę.\n" +"Jeśli chcesz zachować listę bloków, możesz uruchomić {command_1} , który usunie {user} z listy blokad.\n" +"Jeśli zamiast tego chcesz wyczyścić listę blokowania i pozwolić wszystkim użytkownikom swobodnie uruchamiać polecenia, możesz uruchomić {command_2} , aby to zrobić." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Lokalna lista uprawnień uniemożliwia użytkownikowi uruchomienie tej komendy." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Aby rozwiązać ten problem, możesz dodać użytkownika lub jedną z jego ról do lokalnej listy dozwolonych lub wyczyścić lokalną listę zezwoleń.\n" +"Jeśli chcesz zachować lokalną listę zezwoleń, możesz uruchomić {command_1} , który doda {user} do lokalnej listy zezwoleń.\n" +"Jeśli zamiast tego chcesz wyczyścić lokalną listę dozwolonych użytkowników i pozwolić wszystkim użytkownikom swobodnie uruchamiać polecenia, możesz uruchomić {command_2} , aby to zrobić." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Lokalna lista blokowania uniemożliwia użytkownikowi uruchomienie tej komendy." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Aby rozwiązać ten problem, możesz usunąć role użytkownika z lokalnej listy bloków lub wyczyścić lokalną listę blokad.\n" +"Jeśli chcesz zachować lokalną listę bloków, możesz uruchomić {command_1} , który usunie role użytkownika ({roles}) z lokalnej listy blokady.\n" +"Jeśli zamiast tego chcesz wyczyścić lokalną listę blokowania i pozwolić wszystkim użytkownikom swobodnie uruchamiać polecenia, możesz uruchomić {command_2} , aby to zrobić." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Aby rozwiązać ten problem, możesz usunąć użytkownika i jego role z lokalnej listy bloków lub wyczyścić lokalną listę blokady.\n" +"Jeśli chcesz zachować lokalną listę bloków, możesz uruchomić {command_1} , który usunie {user} i ich role ({roles}) z lokalnej listy blokad.\n" +"Jeśli zamiast tego chcesz wyczyścić lokalną listę blokowania i pozwolić wszystkim użytkownikom swobodnie uruchamiać polecenia, możesz uruchomić {command_2} , aby to zrobić." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Aby rozwiązać ten problem, możesz usunąć użytkownika z lokalnej listy bloków lub wyczyścić lokalną listę blokad.\n" +"Jeśli chcesz zachować lokalną listę bloków, możesz uruchomić {command_1} , który usunie {user} z lokalnej listy blokad.\n" +"Jeśli zamiast tego chcesz wyczyścić lokalną listę blokowania i pozwolić wszystkim użytkownikom swobodnie uruchamiać polecenia, możesz uruchomić {command_2} , aby to zrobić." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Sprawdzanie listy dozwolonych i zablokowanych list" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Kontrole globalne, tryby i polecenia" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Podane polecenie jest wyłączone na tym serwerze." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Jedna z kategorii danego polecenia jest wyłączona globalnie." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Aby rozwiązać ten problem, możesz uruchomić {command} , który włączy komendę {affected_command} na tym serwerze" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Inne kwestie związane z kontrolami" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Wystąpił problem związany z kontrolą dla {command} , ale nie jesteśmy w stanie ustalić dokładnej przyczyny." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Aby naprawić ten problem, wymagany jest ręczny przegląd kontroli globalnych, cog i poleceń." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Kontrole globalne" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Jedno z ogólnych sprawdzeń polecenia {command} nie powiodło się z wiadomością:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Jedno z ogólnych sprawdzeń polecenia {command} nie powiodło się bez wiadomości." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Sprawdzanie Cog" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "Sprawdzanie komendy {command} nie powiodło się z wiadomością:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "Sprawdzanie polecenia {command} nie powiodło się bez wiadomości." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Kontrole poleceń" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Jedno z poleceń sprawdza komendę {command} nie powiodło się z wiadomością:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Jedno z poleceń sprawdza komendę {command} nie powiodło się bez wiadomości." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Weryfikacja uprawnień" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Współrzędna danej komendy jest wyłączona w tej gildii." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Nie można zapłacić za tą komendę przez PW bez banku globalnego." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Komenda {command_name} jest już istniejącą komendą lub aliasem w jednym z załadowanych modułów." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ten bot jest instancją [Red, an open source Discord bot]({}) stworzonej przez [Twentysix]({}) i [rozwijanej przez wielu] ({}).\n\n" +"Red jest wspierana przez pełną pasji społeczność, która wnosi i tworzy treści dla wszystkich. [Dołącz do nas już dziś]({}) i pomóż nam rosnąć!\n\n" +"(c) Twórcy Cog'ów" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Instancja należąca do" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instancja należąca do" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Wersja Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Tak, {version} jest dostępne." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Sprawdzanie dostępnych aktualizacji nie powiodło się." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Nieaktualna" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "O tej instancji" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Więcej o Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Sprawia radość od 02 Sty 2016 (ponad {} dni temu!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ten bot jest instancją Red, open source Discord bot'a (1) stworzonego przez [Twentysix](2) i rozwijanego przez wielu (3).\n\n" +"Red jest wspierana przez pełną pasji społeczność, która wnosi i tworzy treści dla wszystkich. Dołącz do nas już dziś (4) i pomóż nam rosnąć!\n\n" +"(c) Twórcy Cog'ów" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instancja należąca do [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Wersja Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instancja należąca do [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Wersja Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Nieaktualny: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**O Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**O tej instancji**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Odnośniki**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Pokazuje czas działania [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Ten bot przechowuje pewne dane o użytkownikach, które są niezbędne do działania. Jest to głównie ID przypisane twojemu użytkownikowi przez Discord, powiązany z kilkoma rzeczami w zależności od tego, z czym wchodzisz w interakcje w bocie. Istnieje kilka komend, które przechowują go, aby śledzić, kto coś stworzył. (takie jak listy odtwarzania) Aby uzyskać szczegółowe informacje na ten temat, a także bardziej szczegółowe informacje o tym, co jest przechowywane i dlaczego, zobacz {link}.\n\n" +"Dodatkowo, dodatki stron trzecich ładowane przez właściciela bota mogą, ale nie muszą, przechowywać dodatkowe rzeczy. Możesz użyć `{prefix} mydata 3rdparty`, aby wyświetlić oświadczenia dostarczone przez każde dodanie strony trzeciej." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Muszę mieć możliwość załączania plików (spróbuj na PW?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Wygląda na to, że ta instancja nie ma załadowanych żadnych rozszerzeń stron trzecich." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "Oświadczenia strony trzeciej dotyczące danych użytkownika końcowego" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Poniżej znajdują się oświadczenia dostarczone przez rozszerzenia stron trzecich." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "Rozszerzenia stron trzecich bez oświadczeń\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Oto wygenerowana strona z oświadczeniami dostarczonymi przez rozszerzenia stron trzecich." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Nie otrzymano potwierdzenia, anulowanie." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Nie otrzymano odpowiedniego potwierdzenia, anulowanie." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Ta komenda ({command}) nie obsługuje nieinteraktywnego użycia." + +#: 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 "Spowoduje to, że bot pozbędzie si i/lub odłączy dane od twojej osoby. Nie pozbędzie się danych operacyjnych, takich jak wpisy modlogu, ostrzeżeń czy wyciszeń. Jeśli jesteś pewien/pewna, że tego chcesz, odpowiedz następująco:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "To może trochę potrwać." + +#: 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 "" + +#: 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 "Próbowałem/am usunąć wszystkie nieoperacyjne dane o tobie (które potrafię usunąć) {mention}, ale wystąpił błąd następujących modułów: {cogs}.\n" +"Skontaktuj się z właścicielem tego bota, aby rozwiązać ten problem.\n" +"Uwaga: Poza tymi błędami dane powinny być usunięte." + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "Usunąłem/am wszelkie nieoperacyjne dane o tobie (które potrafię usunąć) {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 "{mention} Następujące moduły nie obsługują usuwania danych:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Ta komenda jeszcze nic nie robi, ale pracujemy nad dodaniem wsparcia dla tego." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Polecenia do bardziej szczegółowego przetwarzania danych.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "Użytkownik może usunąć własne dane. Nie dotyczy to danych operacyjnych, takich jak zablokowani użytkownicy." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "Użytkownik nie może usunąć własnych danych." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Moduły zostaną poinstruowane żeby usunąć wszystkie nieoperacyjne dane na żądanie użytkownika." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Moduły zostaną poinformowane, że użytkownik złożył wniosek o usunięcie danych, i szczegóły dotyczące usuwania zostaną pozostawione autorowi modułu." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Próbowałem/am usunąć wszystkie dane o tym użytkowniku (które potrafię usunąć), ale wystąpił błąd następujących modułów: {cogs}.\n" +"Sprawdź swoje logi i skontaktuj się z twórcami tych modułów.\n" +"Uwaga: Poza tymi błędami dane powinny być usunięte." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "Usunąłem/am wszystkie dane które potrafię usunąć o tym użytkowniku." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Spowoduje to, że bot pozbędzie się lub odłączy wiele nieoperacyjnych danych od określonego użytkownika. Użytkownicy mają w tym celu dostęp do innej komendy, chyba że nie mogą w ogóle wchodzić w interakcję z botem. Jest to z reguły bezpieczna operacja, ale nie powinieneś tego używać, chyba że przetwarzasz żądanie od tego użytkownika, ponieważ może może to wpłynąć na jego korzystanie z bota. \n\n" +"Jeśli jesteś pewien, że to jest to, co zamierzasz zrobić, odpowiedz następująco:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Próbowałem/am usunąć wszystkie nieoperacyjne dane o tym użytkowniku, (które potrafię usunąć), ale wystąpił błąd następujących modułów: {cogs}.\n" +"Sprawdź swoje logi i skontaktuj się z twórcami tych modułów.\n" +"Uwaga: Poza tymi błędami dane powinny być usunięte." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "Usunąłem/am wszystkie nieoperacyjne dane, które potrafię usunąć, o tym użytkowniku." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Spowoduje to, że bot pozbędzie się lub odłączy wiele danych o określonym użytkowniku. Może to obejmować więcej niż tylko dane użytkownika końcowego, w tym rekordy dotyczące przeciwdziałań nadużyciom.\n\n" +"Jeśli jesteś pewien, że to jest to, co zamierzasz zrobić, odpowiedz następująco:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Embedy będą teraz używać globalnego ustawienia." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "włączone" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "wyłączone" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Przekroczono limit czasu odpowiedzi." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Wyłączanie... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Restartowanie..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Podstawowa komenda do ustawień banku." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Pokazuje bieżące ustawienia banku." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Globalny" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Serwer" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Ustawienia banku:\n\n" +"Nazwa banku: {bank_name}\n" +"Zakres banku: {bank_scope}\n" +"Waluta: {currency_name}\n" +"Domyślne saldo: {default_balance}\n" +"Maksymalne dozwolone saldo: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Przełącza ustawienie, czy bank jest globalny, czy nie.\n\n" +" Jeśli bank jest globalny, będzie przypisany do poszczególnych serwerów.\n" +" Jeśli bank jest przeznaczony na serwer, stanie się globalny.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globalny" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Spowoduje to przełączenie banku na {banktype} i usunięcie wszystkich kont w wyniku tego procesu! Jeśli jesteś pewien/pewna, wpisz `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Bank jest teraz {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Ustaw nazwę banku." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Nazwa banku została ustawiona na: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Ustawia nazwę waluty banku." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Nazwa waluty została ustawiona na: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Ustawia maksymalne saldo, jakie może uzyskać użytkownik." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Kwota musi być większa od zera i mniejsza niż {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maksymalne saldo zostało ustawione na: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Za długo zwlekałeś z odpowiedzią." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "Nie wprowadzono żadnych zmian." + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Gotowe." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Nie mam uprawnień do zmiany mojego pseudonimu." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "Tekst nie może być dłuższy niż 1024 znaki." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Gra wyczyszczona." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Status zmieniony na %s." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Język został ustawiony." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Nie usunę wiadomości komend." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Bot {} używał swojego skonfigurowanego koloru dla embedów." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "nie będzie" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "będzie" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Kolor został zresetowany." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Kolor został ustawiony." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Anulowano." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefiks ustawiony." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Gotowe. Limit znaków na stronę został ustawiony na {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Musisz podać wartość zero lub większą!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Gotowe. Limit stron został ustawiony na {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID użytkownika: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "przez PW" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "z {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID serwera: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Użyj `{}dm {} `, by odpowiedzieć temu użytkownikowi" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Wysłane przez {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Twoja wiadomość została wysłana." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Nie mogę wysłać twojej wiadomości. Przepraszam." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Właściciel {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Możesz odpowiedzieć na tę wiadomość za pomocą {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Sorry, nie mogę dostarczyć Twojej wiadomości do {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Wiadomość dostarczona do {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Ta komenda jest już wyłączona globalnie." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Ta komenda jest już wyłączona na tym serwerze." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Ta komenda jest już włączona globalnie." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Ta komenda jest już włączona na tym serwerze." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Już istnieje." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Brak na liście." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Brak" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Nieznane" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/pt-BR.po b/rubycore/locales/pt-BR.po new file mode 100644 index 0000000..7dda56e --- /dev/null +++ b/rubycore/locales/pt-BR.po @@ -0,0 +1,4722 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese, Brazilian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-BR\n" +"X-Crowdin-File-ID: 4\n" +"Language: pt_BR\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Comandos para interagir com o gestor de cogs do Red." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Lista os caminhos atuais das cogs, em ordem de prioridade.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Caminho da instalação: {install_path}\n" +"Caminho base: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Adiciona um caminho para a lista de caminhos de cogs disponíveis.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Este caminho não existe ou não aponta para um diretório válido." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "Um caminho de cog não pode fazer parte do caminho de dados do bot ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "Um caminho de cog não pode fazer parte do caminho central do bot ({core_path})." + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "O caminho fornecido parece ser um pacote cog. Você tem certeza de que este é o caminho que deseja adicionar como **caminho de cog**?\n\n" +"Por exemplo, no caso a seguir, você deve adicionar {path} como um **caminho de cog**:" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "\n" +"Consulte a documentação da UI do Cog Manager, em caso de dúvida: " + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "Ok, o caminho não será adicionado." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Caminho adicionado com sucesso." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Reordena os caminhos internamente, para permitir a descoberta de outras cogs.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Índice 'from' inválido." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Índice 'to' inválido." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Caminhos reordenados." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Este caminho não existe." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "O bot instalará novos cogs no diretório `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Lista todos as cogs carregados e disponíveis.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} carregado:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} descarregado:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Para corrigir este problema, você precisa fazer um destes:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Verifique se o invocador do comando não é um bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "O usuário é um bot, o que o impede de executar qualquer comando." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Isto não pode ser corrigido - os bots não deveriam estar ouvindo outros bots." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Verifique se o bot pode enviar mensagens no canal fornecido" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "O bot atingiu o tempo limite no canal informado." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Para corrigir este problema, remova o tempo limite do bot." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "O bot não tem permissão para enviar mensagens no canal informado." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Para corrigir este problema, certifique-se de que as configurações de permissão autorizam o bot a enviar mensagens de acordo com a hierarquia de cargo do Discord:\n" +"https://support.discord.com/hc/pt-br/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Verifique se o canal e o servidor não estão definidos para serem ignorados" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Para corrigir este problema, verifique a lista retornada pelo comando {command} e certifique-se de que o tópico {thread}, seu canal pai e o servidor não fazem parte desta lista." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Para corrigir este problema, verifique a lista retornada pelo comando {command} e certifique-se de que o canal {channel} e o servidor não fazem parte desta lista." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Para corrigir este problema, verifique a lista retornada pelo comando {command} e certifique-se de que o tópico {thread}, seu canal pai, a categoria de canal a qual pertence ({channel_category}), e o servidor não fazem parte desta lista." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Para corrigir este problema, verifique a lista retornada pelo comando {command} e certifique-se de que o canal {channel}, a categoria de canal a qual pertence ({channel_category}), e o servidor não faz parte dessa lista." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "O bot está configurado para ignorar comandos neste canal ou servidor." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "A lista de bloqueio global impede o usuário de executar este comando." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir este problema, você pode adicionar o usuário à lista branca ou limpar a lista branca.\n" +"Se você quiser manter a lista branca, você pode executar {command_1}, o qual adicionará {user} à lista branca.\n" +"Se você preferir limpar a lista branca e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazê-lo." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "A lista negra global impede o usuário de executar este comando." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir este problema, você pode remover o usuário da lista negra, ou limpar a lista negra.\n" +"Se você quiser manter a lista negra, você pode executar {command_1}, o qual removerá {user} da lista negra.\n" +"Se você preferir limpar a lista negra e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazê-lo." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "A lista branca local impede o usuário de executar este comando." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir este problema, você pode adicionar o usuário ou um de seus cargos à lista branca local ou limpar a lista branca local.\n" +"Se você quiser manter a lista branca local, você pode executar {command_1}, o qual adicionará {user} à lista branca local.\n" +"Se você preferir limpar a lista branca local e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazê-lo." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "A lista negra local impede o usuário de executar este comando." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir este problema, você pode remover os cargos de usuário da lista negra local, ou limpar a lista negra local.\n" +"Se você quiser manter a lista negra local, você pode executar {command_1}, o qual removerá os cargos do usuário ({roles}) da lista negra local.\n" +"Se você preferir limpar a lista negra local e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazê-lo." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir este problema, você pode remover o usuário e seus cargos da lista negra local, ou limpar a lista negra local.\n" +"Se você quiser manter a lista negra local, você pode executar {command_1}, o qual removerá o usuário {user} e seus cargos ({roles}) da lista negra local.\n" +"Se você preferir limpar a lista negra local e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazê-lo." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir este problema, você pode remover o usuário da lista negra local, ou limpar a lista negra local.\n" +"Se você quiser manter a lista negra local, você pode executar {command_1}, o qual removerá o usuário {user} da lista negra local.\n" +"Se você preferir limpar a lista negra local e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazê-lo." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Verificações de listas branca e negra" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Verificações globais, da cog e de comandos" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Este comando está desativado neste servidor." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Um dos pais do comando fornecido está desativado globalmente." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Para corrigir este problema, você pode executar {command}, o qual ativará o comando {affected_command} neste servidor." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Outros problemas relacionados às verificações" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Há um problema relacionado às verificações para {command}, mas não fomos capazes de determinar a causa exata." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Para corrigir este problema, é necessária uma revisão manual das verificações globais, da cog e de comandos." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Verificações globais" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Uma das verificações globais para o comando {command} falhou com uma mensagem:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Uma das verificações globais para o comando {command} falhou sem uma mensagem." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Verificação da cog" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "A verificação da cog para o comando {command} falhou com uma mensagem:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "A verificação da cog para o comando {command} falhou sem uma mensagem." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Verificações de comando" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Uma das verificações de comando para o comando {command} falhou com uma mensagem:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Uma das verificações de comando para o comando {command} falhou sem uma mensagem." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Verificação de permissões" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "A cog do comando fornecido está desativada nesse servidor." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Para corrigir este problema, você pode executar {command}, o qual ativará a cog {affected_cog} neste servidor." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "O bot não possui algumas das permissões de canal ({permissions}) requeridas pela cog {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "O bot não possui algumas das permissões de canal ({permissions}) requeridas pelo comando {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Para corrigir este problema, conceda as permissões necessárias ao bot através das configurações de cargo ou específicas do canal." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Outros problemas relacionados às permissões." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Erro fatal: há um problema relacionado às permissões para a cog {cog} mas não fomos capazes de determinar a causa exata." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Erro fatal: há um problema relacionado às permissões para o comando {command}, mas não fomos capazes de determinar a causa exata." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Este é um erro inesperado, por favor reporte-o no rastreador de problemas do Red." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Certifique-se de que o comando não é de uso exclusivo do proprietário do bot" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "O comando é de uso exclusivo do proprietário do bot e o usuário informado não é o proprietário do bot." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Isso não pode ser corrigido - os usuários comuns não podem executar comandos exclusivos do proprietário." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Hooks de permissão" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Erro fatal: o resultado dos hooks de permissão é inconsistente." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "Para corrigir este problema, é necessária uma revisão manual das cogs instaladas." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "O acesso foi negado por um dos hooks de permissão do bot." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Permissões de Discord do usuário, nível de privilégio e regras da cog Permissões" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "O acesso foi negado devido às regras definidas pela cog Permissões para a cog {cog}." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "O acesso foi negado devido às regras definidas pela cog Permissões para o comando {command}." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "Para corrigir o problema, é necessária uma revisão manual das regras." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Há um problema relacionado às permissões da cog {cog}, mas não pudemos determinar a causa exata." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Há um problema relacionado às permissões de {command}, mas não pudemos determinar a causa exata." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "Para corrigir este problema, é necessária uma revisão manual do comando." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Verificações de permissões" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "O acesso foi negado por uma das verificações de permissões da cog {cog}." + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "O acesso foi negado por uma das verificações de permissões do comando {command}." + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "o(a) proprietário(a) do servidor" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "o cargo de moderador(a)" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "o cargo de administrador(a)" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "atribuir o cargo apropriado para o(a) usuário(a)" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "adicionar regra apropriada na cog Permissões" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Outras verificações de comando" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "O comando fornecido está falhando uma das verificações necessárias." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Verificar se o comando está desativado" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "O comando fornecido está desativado globalmente." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Verificação de checagens e permissões" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Passou" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Falhou" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Problema detectado: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Solução: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Aqui está um relatório detalhado caso você precise:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Canal: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Comando: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Não pode pagar por este comando em uma mensagem direta sem um banco global." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "O comando {command_name} já é um comando ou atalho existente em uma das cogs carregadas." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" A cog Core possui vários comandos relacionados às funções do núcleo.\n\n" +" Esses comandos vêm carregados em todos os bots Red, e abrangem o uso mais básico do bot.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Esse bot é uma instância do [Red, um bot para Discord de código aberto]({}) criado por [Twentysix]({}) e [melhorado por muitos]({}).\n\n" +"Red é apoiado por uma comunidade apaixonada que contribui e cria conteúdo para todos desfrutarem. [Junte-se a nós hoje]({}) e nos ajude a melhorar!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Instância em posse da equipe" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instância em posse de" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Versão do Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Sim, {version} está disponível." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Falha ao procurar por atualizações." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Desatualizado" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Sobre essa instância" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Sobre o Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Trazendo alegria desde 2 de janeiro de 2016 (mais de {} dias atrás!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Esse bot é uma instância de Red, um Bot para Discord de código aberto (1) criado por Twenty6 (2) e melhorado por muitos (3).\n\n" +"Red é apoiado por uma comunidade apaixonada que contribui e cria conteúdo para todos desfrutarem. Junte-se a nós hoje (4) e nos ajude a melhorar!\n\n" +"(c) Criadores de Cog" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instância pertence à equipe: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Versão do Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instância em posse de: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Versão do Red: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Desatualizado: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Sobre o Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Sobre essa instância**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Mostra o tempo de funcionamento initerrupto de [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Menos de um segundo." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "O usuário não pode excluir seus próprios dados." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "Eu deletei todos os dados que pude sobre aquele usuário." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "As mensagens incorporadas agora usarão a configuração global como recurso." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "As mensagens incorporadas agora estão {} para este canal." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "ativado" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "desativado" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Tempo de resposta excedido." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Certo. Tchau :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Desligando... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Reiniciando..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Comando base para as configurações do banco." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Mostra as configurações atuais do banco." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Global" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Servidor" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Configurações do Banco:\n\n" +"Nome do banco: {bank_name}\n" +"Escopo do banco: {bank_scope}\n" +"Moeda: {currency_name}\n" +"Saldo inicial: {default_balance}\n" +"Saldo máximo permitido: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Alterna se o banco é global ou não.\n\n" +" Se o banco for global, será separado por servidor.\n" +" Se o banco estiver separado por servidor, será global.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "por servidor" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Isso alternará o banco para {banktype}, apagando todas as contas no processo! Se tiver certeza, digite `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "O banco agora é {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Define o nome do banco." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "O nome do banco foi definido como: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Dá um nome para a moeda do banco." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "O nome da moeda foi definido como: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Define o saldo máximo permitido a um usuário." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "A quantia deve ser maior que zero e menor que {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "O saldo máximo foi definido como: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Descrição redefinida." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Concluído." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Status alterado para {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "O locale foi definido." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "O bot {} usa a cor configurada para mensagens incorporadas." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "não vai" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "vai" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "A cor foi redefinida." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "A cor foi definida." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Cancelado." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefixo definido." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID do(a) usuário(a): {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "através de mensagem direta" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "de {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID do servidor: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Use `{}dm {} ` para responder este(a) usuário(a)" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Enviado por {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Sua mensagem foi enviada." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Proprietário(a) de {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Você pode responder a esta mensagem com {}contact" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Desculpe, não pude entregar sua mensagem para {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Mensagem entregue a {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Mostra o caminho do diretório de dados do bot." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Caminho do diretório de dados: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Não existem comandos desativados globalmente." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} comandos estão desativados globalmente.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "Um comando está desativado globalmente.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "Não há nenhum comando desativado em {}." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} comandos estão desativados em {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "Um comando está desativado em {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Este comando já está habilitado neste servidor." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Já adicionado." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Não está na lista." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "Saindo." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Motivo:** Use o comando `reason` para adicioná-lo" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Desconhecido" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderador(a)" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "Até" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Duração" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Canal" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Corrigido por" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/pt-PT.po b/rubycore/locales/pt-PT.po new file mode 100644 index 0000000..1f3d0d7 --- /dev/null +++ b/rubycore/locales/pt-PT.po @@ -0,0 +1,4691 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Portuguese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: pt-PT\n" +"X-Crowdin-File-ID: 4\n" +"Language: pt_PT\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Comandos de gestão dos cogs do Red." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr ".\n" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Caminho da instalação: {install_path}\n" +"Caminho do core: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Adiciona um caminho à lista de caminhos disponíveis para cogs.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Esse caminho não existe ou não aponta para um caminho válido." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "Um caminho para a cog não pode fazer parte do caminho de dados do bot ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "Ok, o caminho não será adicionado." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Caminho adicionado com sucesso." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" Remove um ou mais caminhos dos caminhos disponíveis para cogs dados os `path_numbers` de `[p]paths`.\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Os seguintes caminhos foram removidos: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Os números de caminhos a seguir não existem: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Index 'de' inválido." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Index 'para' inválido." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Caminhos reordenados." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Esse caminho não existe." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "O bot irá instalar novos cogs para o caminho `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +"Lista de todos os cogs carregados e disponíveis. " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} carregado:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Para corrigir este problema, precisas fazer um dos seguintes pontos:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Verifique se o chamador de comando não é um ‘bot’" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "O utilizador é um ‘bot’ e isso o impede de executar qualquer comando." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Isto não pode ser corrigido — os 'bots' não devem estar a ouvir outros 'bots'." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Verifique se o 'bot' pode enviar mensagens no canal fornecido" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "O 'bot' não tem permissão para enviar mensagens no canal fornecido." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Para corrigir esse problema, certifique-se de que a configuração de permissões permite ao bot enviar mensagens segundo a hierarquia de cargos do Discord:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Verifique se o canal e o servidor não estão definidos para serem ignorados" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Para corrigir este problema, verifique a lista retornada pelo comando {command} e certifique-se de que o tópico {thread}, seu canal pai e o servidor não fazem parte dessa lista." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "O bot está configurado para ignorar comandos no canal dado ou neste servidor." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "A lista de permissões global impede que o utilizador execute esse comando." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir esse problema, você pode adicionar o utilizador à lista de permissões ou limpar a lista de permissões.\n" +"Se você quiser manter a lista de permissões, você pode executar {command_1} que adicionará {user} à lista de permissões.\n" +"Se, em vez disso, quiser limpar a lista de permissões e permitir que todos os usuários executem comandos livremente, você pode executar {command_2} para fazer isso." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Para corrigir esse problema, você pode remover o utilizador da lista de bloqueio ou limpar a lista de bloqueio.\n" +"Se você quiser manter a lista de bloqueio, você pode executar {command_1} que removerá {user} da lista de bloqueio.\n" +"Se, em vez disso, você quiser limpar a lista de bloqueio e permitir que todos os utilizador executem comandos livremente, você pode executar {command_2} para fazer isso." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Verificações em nível global, de cog e de comando" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "O comando fornecido está desativado neste servidor." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Outros problemas relacionados às verificações" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Verificações Globais" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Verificação do cog" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Verificações do comando" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Verificação de permissões" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "Verificação de permissões do Cog" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "O Cog do comando fornecido está desativado neste servidor." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Para resolver este problema, pode executar o comando {command}, que ativará o cog {affected_cog} neste servidor." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "O Bot não possui algumas das permissões de canal ({permissions}) necessárias pelo cog {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "O Bot não possui algumas das permissões de canal ({permissions}) necessárias para o comando {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Para corrigir este problema, atribui as permissões necessárias ao bot através das definições de cargo ou substituições de permissões de canal." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Outras questões relacionadas com as permissões." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "atribuir o cargo apropriado ao utilizador" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "adicionar a regra apropriada no Cog de Permissões" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Outras verificações de comando" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "O comando fornecido não passa uma das verificações necessárias." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "Para resolver este problema, é necessária uma revisão manual das verificações do comando." + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Verificar se o comando está desativado" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Falhou" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Prompt de Comando" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Comando base para configurações bancárias." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Exibir as configurações atuais do banco." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Global" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Servidor" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Configurações do banco:\n\n" +"Nome do banco: {bank_name}\n" +"Escopo do banco: {bank_scope}\n" +"Moeda: {currency_name}\n" +"Saldo padrão: {default_balance}\n" +"Saldo máximo permitido: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Ative ou desative se o banco é global ou não.\n\n" +"Se o banco for global, ele se tornará por servidor.\n" +"Se o banco for por servidor, ele se tornará global. " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "por-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Isto ativará o banco para ser {banktype}, excluindo todas as contas no processo! Se tiver certeza, digite `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "O banco agora é {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Defina o nome do banco." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "O nome do banco foi definido como: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Defina o nome para a moeda do banco." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "O nome da moeda foi definido como: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Defina o saldo máximo que um usuário pode obter." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "O valor deve ser maior que zero e menor que {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "O saldo máximo foi definido para: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Concluído." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Cancelado." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/ro-RO.po b/rubycore/locales/ro-RO.po new file mode 100644 index 0000000..77a2b80 --- /dev/null +++ b/rubycore/locales/ro-RO.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Romanian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File-ID: 4\n" +"Language: ro_RO\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "Path-urile au fost reordonate." + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "Path-ul specificat nu există." + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot-ul va instala noile plugin-uri(cogs) în directorul `{}`." + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "**{} încărcat:**\n" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "**{} neîncărcat:**\n" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "Pong!" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "Versiunea Red" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "Da, versiunea {version} este disponibilă." + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "Verificarea pentru actualizări a eșuat." + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "Neactualizat" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "Despre această instanță" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "Despre Red" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Aducând bucurie din 02 Ianuarie 2016 (peste {} zile în urmă)!" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "Mai puțin de o secundă" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "activat" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "dezactivat" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "În regulă. Pa-paaa :wave:" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "Îmi lipsesc permisiunile de a-mi schimba porecla." + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "Anulat." + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "Prefix setat." + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Cod de localizare invalid. Utilizați formatul: `ro-RO`" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "Format invalid - codul de localizare trebuie să includă codul de țară, ex. `ro-RO`" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "Localizarea a fost setată." + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/ru-RU.po b/rubycore/locales/ru-RU.po new file mode 100644 index 0000000..875b9a7 --- /dev/null +++ b/rubycore/locales/ru-RU.po @@ -0,0 +1,4843 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: ru\n" +"X-Crowdin-File-ID: 4\n" +"Language: ru_RU\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Команды для интерфейса с менеджером плагинов Red." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Список текущих путей cog'ов в порядке приоритета.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Путь установки: {install_path}\n" +"Основной путь: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Добавить путь к списку путей доступных cog'ов.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Этот путь не существует или не указывает на допустимый каталог." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "Путь к cog не может быть частью пути к данным бота ({bot_data_path})." + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "Путь к cog не может быть частью ядра к данным бота ({core_path})." + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "Указанный путь является cog пакетом, вы уверены, что это путь, который вы хотите добавить как **cog путь**?\n\n" +"Например, в следующем случае вы должны добавить {path} в качестве **cog пути**:\n" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "\n" +"Пожалуйста, обратитесь к документации Cog Manager UI, если вы не уверены: " + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "Хорошо, путь не будет добавлен." + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Путь успешно добавлен." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" Удаляет путь из доступных путей cog'ов, учитывая `path_number` от `[p]paths`.\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "Следующие пути были удалены: {paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "Следующие номера путей не существуют: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Внутреннее изменение порядка путей, позволяющие обнаруживать различные cog'и.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Недопустимый индекс 'от'." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Недопустимый индекс 'в'." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Пути переупорядочены." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" Возращает текущий путь установки или устанавливает его, если указан.\n\n" +" Указанный путь должен быть абсолютным или относительным к \n" +" каталогу бота, и должен уже существовать\n\n" +" Установленные cog'и не будут перемещены в процессе.\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Этого пути не существует." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Бот будет устанавливать новые плагины в директорию `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Список всех загруженных и доступных cog'ов.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} загружен:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} выгружен:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Чтобы решить эту проблему, вам нужно совершить одно из следующих действий:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Проверьте, не является ли вызывающий команду ботом" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Пользователь является ботом, что не позволяет ему выполнить какую-либо команду." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Это невозможно исправить - боты не должны слушать других ботов." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Проверьте, если бот может отправлять сообщения в данном канале" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "У бота тайм-аут в данном канале." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Чтобы решить эту проблему, выключите тайм-аут в боте." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Бот не имеет разрешения на отправку сообщений в данном канале." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Чтобы устранить эту проблему, убедитесь, что настройки разрешений позволяют боту отправлять сообщения в соответствии с иерархией ролей Discord:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Проверьте, не настроен ли канал и сервер на игнорирование" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Чтобы устранить эту проблему, проверьте список, возвращаемый командой {command}, и убедитесь, что поток {thread}, его родительский канал и сервер не входят в этот список." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Чтобы исправить эту проблему, проверьте список, возвращаемый командой {command}, и убедитесь, что канал {channel} и сервер не являются частью этого списка." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Чтобы решить эту проблему, проверьте список, возвращаемый командой {command}, и убедитесь, что канал {thread}, категория канала, к которой он принадлежит ({channel_category}), и сервер не являются частью этого списка." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Чтобы решить эту проблему, проверьте список, возвращаемый командой {command}, и убедитесь, что канал {channel}, категория канала, к которой он принадлежит ({channel_category}), и сервер не являются частью этого списка." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Бот настроен на игнорирование команд в данном канале или на данном сервере." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Глобальный список разрешений запрещает пользователю выполнять эту команду." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Чтобы решить эту проблему, вы можете либо добавить пользователя в список разрешенных, либо очистить список разрешенных.\n" +"Если вы хотите сохранить список разрешенных команд, вы можете выполнить {command_1}, которая добавит {user} в список разрешенных команд.\n" +"Если же вы хотите очистить разрешающий список и позволить всем пользователям свободно выполнять команды, вы можете выполнить {command_2}." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Глобальный список блокировок не позволяет пользователю выполнить эту команду." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Чтобы решить эту проблему, вы можете либо удалить пользователя из блок-листа, либо очистить блок-лист.\n" +"Если вы хотите сохранить блок-лист, вы можете выполнить {command_1}, которая удалит {user} из блок-листа.\n" +"Если же вы хотите очистить блок-лист и позволить всем пользователям свободно выполнять команды, вы можете выполнить {command_2}, чтобы сделать это." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Локальный список разрешений не позволяет пользователю выполнить эту команду." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Чтобы решить эту проблему, вы можете либо добавить пользователя или одну из его ролей в локальный список разрешений, либо очистить локальный список разрешений.\n" +"Если вы хотите сохранить локальный список разрешений, вы можете выполнить {command_1}, которая добавит {user} в локальный список разрешений.\n" +"Если вы хотите очистить локальный список разрешений и позволить всем пользователям свободно выполнять команды, вы можете выполнить {command_2}." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Локальный список блокировки не позволяет пользователю выполнить эту команду." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Чтобы решить эту проблему, вы можете либо удалить роли пользователя из локального блок-листа, либо очистить локальный блок-лист.\n" +"Если вы хотите сохранить локальный блок-лист, вы можете выполнить {command_1}, которая удалит роли пользователя ({roles}) из локального блок-листа.\n" +"Если же вы хотите очистить локальный блок-лист и позволить всем пользователям свободно выполнять команды, вы можете выполнить {command_2}, чтобы сделать это." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Чтобы решить эту проблему, вы можете либо удалить пользователя и его роли из локального блок-листа, либо очистить локальный блок-лист.\n" +"Если вы хотите сохранить локальный блок-лист, вы можете выполнить {command_1}, которая удалит {user} и их роли ({roles}) из локального блок-листа.\n" +"Если же вы хотите очистить локальный блок-лист и позволить всем пользователям свободно выполнять команды, вы можете выполнить {command_2}, чтобы сделать это." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Чтобы решить эту проблему, вы можете либо удалить пользователя из локального блок-листа, либо очистить локальный блок-лист.\n" +"Если вы хотите сохранить локальный блок-лист, вы можете выполнить {command_1}, которая удалит {user} из локального блок-листа.\n" +"Если же вы хотите очистить локальный блок-лист и позволить всем пользователям свободно выполнять команды, вы можете выполнить {command_2}, чтобы сделать это." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Проверки списка разрешений и списка блокировок" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Глобальные проверки, проверки cog'ов и команд" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Данная команда отключена в этом сервере." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Один из родительских команд данной команды отключена глобально." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Чтобы исправить эту проблему, вы можете выполнить {command}, которая включит команду {affected_command} в этом сервере." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Другие проблемы, связанные с проверками" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "Существует проблема, связанная с проверками для {command}, но мы не можем определить точную причину." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "Чтобы устранить эту проблему, необходимо вручную пересмотреть проверки cog'ов и команд и глобальные проверки." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Глобальные проверки" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Одна из глобальных проверок для команды {command} не удалась с сообщением:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "Одна из глобальных проверок для команды {command} не удалась без сообщения." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Проверка cog'а" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "Проверка cog для команды {command} не удалась с сообщением:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "Проверка cog для команды {command} прошла без сообщения." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Проверка команд" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "Одна из проверок команды {command} не удалась с сообщением:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "Одна из проверок команды {command} не удалась без сообщения." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "Проверка разрешений" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "Проверка разрешений Cog" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Cog данной команды отключен в этом сервере." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Чтобы исправить эту проблему, вы можете выполнить {command}, которая включит cog {affected_cog} в этой гильдии." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Боту не хватает некоторых разрешений канала ({permissions}), необходимых для работы cog'а {cog}." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Боту не хватает некоторых разрешений канала ({permissions}), необходимых для выполнения команды {command}." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "Чтобы решить эту проблему, предоставьте боту необходимые разрешения через настройки роли или измените права доступа канала." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Другие проблемы, связанные с разрешениями." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Фатальная ошибка: Существует проблема, связанная с разрешениями для cog'а {cog}, но мы не можем определить точную причину." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Фатальная ошибка: Существует проблема, связанная с разрешениями для команды {command}, но мы не можем определить точную причину." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Это непредвиденная ошибка. Пожалуйста, сообщите о ней на странице проблем Red." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Убедитесь, что команда не принадлежит только владельцу бота" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "Команда предназначена только для владельцев бота, а указанный пользователь не является владельцем бота." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Это невозможно исправить - обычные пользователи не могут выполнять команды, доступные только владельцу бота." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Разрешены hooks" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Фатальная ошибка: результат разрешения hooks несовместим." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "Чтобы устранить эту проблему, необходимо вручную пересмотреть установленные шестеренки." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "Доступ был запрещен одним из hooks разрешений бота." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "Разрешения пользователей, уровень привилегий и правила из строки разрешений" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "Доступ был запрещен из-за правил, установленных для {cog} шестерня с помощью Permissions cog." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "Доступ был запрещен из-за правил, установленных для команды {command} в коде Permissions." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "Чтобы исправить ошибку, требуется проверка правил вручную." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "Возникла проблема, связанная с разрешениями шестерни {cog}, но мы не можем определить точную причину." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "Существует проблема, связанная с разрешениями команды {command}, но мы не можем определить точную причину." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "Чтобы исправить эту проблему, требуется проверка команды вручную." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Проверка прав доступа" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "Доступ был запрещен одной из проверок разрешений {cog} шестерни." + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "Доступ был запрещен одной из проверок разрешений команды {command}." + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "Чтобы устранить эту проблему, необходимо вручную пересмотреть проверки разрешений." + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "Разрешения и уровень привилегий пользователя" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "предоставление необходимых разрешений пользователю через настройки ролей или переопределения каналов" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "У пользователя отсутствуют некоторые разрешения канала ({permissions}), требуемые шестеренки {cog}." + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Пользователю не хватает некоторых разрешений канала ({permissions}), необходимых для выполнения команды {command}." + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "владелец гильдии" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "роль мода" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "роль администратора" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "назначить пользователю соответствующую роль" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "У пользователя отсутствует уровень привилегий ({privilege_level}), требуемый шестеренки {cog}." + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "Пользователь не имеет уровня привилегий ({privilege_level}), необходимого для выполнения команды {command}." + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "добавьте соответствующее правило в коде Permissions" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "У пользователя нет прав канала ({permissions}), ни уровня привилегий ({privilege_level}), требуемого шестеренки {cog}." + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "У пользователя нет прав канала ({permissions}) и уровня привилегий ({privilege_level}), требуемых командой {command}." + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "Проверка и проверка разрешений для команды {command}" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "Другие проверки команд" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "Данная команда не проходит одну из необходимых проверок." + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "Для устранения этой проблемы требуется ручной пересмотр проверок команды." + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "Проверка 'одного вызова'" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "Другие глобальные проверки 'одного вызова'" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "Одна из глобальных проверок 'одного вызова', реализованная сторонней шестерней, не позволяет выполнить эту команду." + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "Проверьте, отключена ли команда" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "Чтобы исправить эту проблему, вы можете выполнить команду {command}, которая глобально включит команду {affected_command}." + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "Данная команда отключена глобально." + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "Проверка и проверка прав доступа" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "Передано" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Не удалось" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "Все проверки прошли, и проблем не обнаружено. Убедитесь, что заданные параметры соответствуют каналу, пользователю и имени команды, с которыми возникли проблемы.\n\n" +"Если вы по-прежнему не можете найти проблему, вероятно, одна из используемых вами сторонних программ добавляет глобальный или локальный хук перед вызовом, который препятствует вызову команды, так как это невозможно диагностировать с помощью данного инструмента." + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "Бот смог определить проблему." + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Обнаруженная проблема: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Решение: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"Вот подробный отчет на случай, если он вам понадобится:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Канал: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "Вызывающий команду: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Команда: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "Проведенные тесты:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Ваш экземпляр Red устарел! {} - это текущая версия, но вы используете {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Хотя следующая команда должна работать в большинстве сценариев, поскольку она основана на вашей текущей ОС, окружении и версии Python, **мы настоятельно рекомендуем вам прочитать документацию по обновлению в <{docs}> и убедиться, что нет ничего другого, что нужно сделать во время обновления.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"У вас Python `{py_version}`, и это обновление требует `{req_py}`; вы не можете просто выполнить команду update.\n\n" +"Вам нужно будет следовать инструкциям по обновлению в наших документах выше, если вам все еще нужна помощь в обновлении после следования документам, обратитесь на наш канал #support в " + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "\n\n" +"Для обновления бота, сначала выключите вашего бота, затем откройте окно {console} (Не как администратор) и запустите следующее:{command_1}\n" +"После того, как вы запустили вашего бота еще раз, мы рекомендуем вам обновить любые установленные сторонние cogs с помощью этой команды в Discord:{command_2}" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Командная строка" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Терминал" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` не является допустимым значением для `{command}`" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "Аргумент `{parameter_name} должен быть положительным целым числом." + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "Аргумент `{parameter_name}` должен быть целым числом, не превышающим {maximum}." + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "Аргумент `{parameter_name} ` должен быть целым числом не менее, чем `{minimum}`." + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "Аргумент `{parameter_name}` должен быть целым числом между {minimum} и {maximum}." + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "Аргумент `{parameter_name}` должен быть положительным числом." + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "Аргумент `{parameter_name}` должен быть числом не более {maximum}." + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "Аргумент `{parameter_name}` должен быть числом не больше {maximum}." + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "Аргумент `{parameter_name}` должен быть числом между {minimum} и {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 "Аргумент `{parameter_name}` должен быть строкой, не более {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 "Аргумент `{parameter_name}` должен быть строкой, не меньше {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 "Аргумент `{parameter_name}` должен быть строкой, содержащий от {minimum} до {maximum} символов." + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "Аргумент `{parameter_name}` должен быть числом не больше {minimum}." + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "\"{argument}\" не целое число." + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "\"{argument}\" не является числом." + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "Ошибка в команде '{command}'. Проверьте консоль или журналы для получения подробной информации." + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "Ошибка в команде '{command}'." + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "Мне требуется разрешение {permission} на выполнение этой команды." + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "Мне требуются разрешения {permission_list} для выполнения этой команды." + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "Эта команда недоступна в DMs." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Эта команда доступна только в DMs." + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "Эта команда доступна только в NSFW каналах." + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только {number} раз." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только один раз." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Эта команда все еще выполняется, она может использоваться одновременно только {number} раз за {type}." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Эта команда все еще выполняется, она может быть использована одновременно только один раз за {type}." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только {number} раз для {type}." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "Слишком много людей используют эту команду. Одновременно ее можно использовать только один раз для каждого {type}." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Не удается оплатить эту команду в ЛС без глобального банка." + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "Вам нужно как минимум {cost} {currency} для того чтобы использовать данную команду." + +#: redbot/core/bot.py:2482 +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 +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/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'ов." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Команда {command_name} уже существует или ее псевдоним занят в одном из загруженных cog'ов." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Cog \"core\" имеет много команд, связанных с основными функциями.\n\n" +" Эти команды загружаются с каждым экземпляром Red и покрывают большинство нужных функций бота.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "Показывает информацию о [botname]." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Этот бот является примером [Red, бот Discord с открытым исходным кодом]({}) создан [Twentysix]({}) и [улучшен многими]({}).\n\n" +"Red поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Этот экземпляр принадлежит команде" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Данная копия принадлежит" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Версия Red" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Да, {version} доступен." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Проверка обновлений не удалась." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Устарела" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Об этом экземпляре" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "О Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Приносит радость с 2 Января 2016 (более {} дней назад!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Этот бот является примером [Red, бот Discord с открытым исходным кодом]({}) создан [Twentysix]({}) и [улучшен многими]({}).\n\n" +"Red поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Данный экземпляр принадлежит команде: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Данный экземпляр принадлежит: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Устарело: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**О Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Об этом экземпляре**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Ссылки**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Показать время безперерывной работы [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Менее одной секунды." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "Я был онлайн: **{time_quantity}** (с {timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Команды, которые взаимодействуют с данными [botname] имеет о вас.\n\n" +" Дополнительную информацию можно найти в [Документации по Данным Конечного Пользователя.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Этот бот хранит некоторые данные о пользователях, необходимые для функционирования. Это в основном ID, присвоенный вашему пользователю Discord, связано с небольшим количеством вещей, в зависимости от того, с чем вы взаимодействуете в боте. Есть несколько команд, которые хранят его, чтобы отслеживать кто что-то создал. (например, плейлисты) Для получения подробной информации об этом, а также более подробной информации о том, что хранится и почему, смотрите {link}.\n\n" +"Кроме того, дополнения сторонних разработчиков, загруженные владельцем бота, могут хранить или не сохранять дополнительные вещи. Вы можете использовать `{prefix}my data 3rdparty` для просмотра утверждений от каждого дополнения сторонних разработчиков." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "Посмотреть заявления о \"Данных конечного пользователя\" для каждого стороннего модуля.\n\n" +" Это отправит заявления о \"Данных конечного пользователя\" для всех загруженных сторонних cogs.\n\n" +" **Пример:**\n" +" - `[p]my data 3rdparty`\n" +" " + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Мне нужно иметь возможность прикреплять файлы (попробуйте в ЛС?)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Похоже что в этом экземпляре не загружены сторонние расширения." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "Операторы данных конечного пользователя" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "Ниже приводятся заявления представленные в виде сторонних расширений." + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "Сторонние расширения без утверждений\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "Ниже приведена генерируемая страница с заявлениями, предоставленными сторонними расширениями." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Не было подтверждено, отмена." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Не удалось получить соответствующее подтверждение, отмена." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Команда ({command}) не поддерживает не-интерактивное использование." + +#: 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 "Это приведёт к тому, что бот избавится от вас и/или будет лишен привязки. Она не избавится от таких операционных данных, как записи в журнале mod log, предупреждения или мутации. Если вы уверены, что это то, что вы хотите, пожалуйста, ответьте следующим образом:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Это может занять некоторое время." + +#: 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 "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить) {mention}, однако следующие модули восстановлены: {modules}. Кроме того, следующие расширения были обнаружены: {cogs}.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: 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 "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить) {mention}, однако следующие трубы были повреждены: {cogs}.\n" +"Пожалуйста, свяжитесь с владельцем этого бота для этого.\n" +"Примечание: вне этих сбоев данные должны были быть удалены." + +#: 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 "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить) {mention}, однако следующие трубы были повреждены: {modules}.\n" +"Пожалуйста, свяжитесь с владельцем этого бота для этого.\n" +"Примечание: вне этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "Я удалила не оперативные данные о вас (те что я знаю как удалять) {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 "{mention} Следующие расширения не были удалены:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[Скоро Будет] Получить информацию, которую знает [botname] о вас." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Эта команда пока ничего не делает, но мы работаем над добавлением поддержки для этого." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Команды для более полной обработки данных.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "Пользователь может удалить собственные данные. Это не коснётся таких данных как: заблокированные пользователи." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "Пользователь не может удалить собственные данные." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "\n" +" Устанавливает, как обрабатывать удаление пользователей.\n\n" +" **Пример:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Аргументы:**\n" +" - `<уровень>` - Уровень строгости для удаления пользователей. См. руководство по уровню ниже.\n\n" +" Уровень:\n" +" - `0`: То, что пользователи могут удалять, остается на усмотрение каждого cog.\n" +" - `1`: Cogs должны удалять все, что им не нужно о пользователе. " + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Расширения будут проинструктированы удалять все не оперативные данные по запросу пользователя." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Расширения будут проинформированы о том, что пользователь сделал запрос на удаление данных, и подробности того что удалять будут оставлены на усмотрение автора расширения." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Это приведет к тому, что бот избавится от всех данных из указанного ID пользователя. Вы не должны использовать это, если Discord специально не запросил это в отношении удаленного пользователя. Это удалит пользователя из различных противоправных мер. Если вы обрабатываете запрос вручную от пользователя, то вместо этого может потребоваться `{prefix}{command_name}`.\n\n" +"Если вы уверены, что это то, что вы собираетесь сделать, пожалуйста, ответьте следующее:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить), однако следующие модули восстановлены: {modules}. Кроме того, следующие расширения были обнаружены: {cogs}.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить), однако следующие модули восстановлены: {cogs}. Кроме того, следующие расширения были обнаружены:.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить), однако следующие модули восстановлены: {modules}. Кроме того, следующие расширения были обнаружены:.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "Я удалил все данные об этом пользователе, которые я знаю, как удалить." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Это приведёт к тому, что бот избавится от множества не-операционных данных от указанного пользователя. Пользователи имеют для этого доступ к различным командам, если они не могут взаимодействовать с ботом вообще. Это в основном безопасная операция, но вы не должны использовать его, если не обрабатывать запрос от этого пользователя, так как это может повлиять на их использование бота. \n\n" +"Если вы уверены, что это то, что вы собираетесь сделать, пожалуйста, ответьте следующим образом:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить), однако следующие модули восстановлены: {modules}. Кроме того, следующие расширения были обнаружены: {cogs}.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить), однако следующие модули восстановлены: {cogs}. Кроме того, следующие расширения были обнаружены:.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Я пытался удалить все не-оперативные данные о вас (что я знаю как удалить), однако следующие модули восстановлены: {modules}. Кроме того, следующие расширения были обнаружены:.\n" +"Пожалуйста, свяжитесь с владельцем этого бота, чтобы решить эту проблему.\n" +"Примечание: за пределами этих сбоев данные должны были быть удалены." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "Я удалил все не-оперативные данные о пользователе, которые я знаю, как удалить." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Это приведет к тому, что бот избавится от большого количества данных о указанном пользователе. Это может включать в себя не только данные конечного пользователя, включая записи об оскорблении злоупотреблениями.\n\n" +"Если вы уверены, что это то, что вы собираетесь сделать, пожалуйста, ответьте следующее:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Настройки встроенных сообщений:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "Глобальные по умолчанию: {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "Глобальные настройки команд для команды {command}: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Настройки гильдии: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "Настройка команд сервера для команды {command}: {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Настройки канала: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Настройки пользователя: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Вкладки теперь отключены по умолчанию." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Встраиваемые модули теперь включены по умолчанию." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Настройки теперь восстанавливаются." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Встраиваемые модули включены для этой гильдии." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Вкладки отключены для этой гильдии." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "Передаваемая команда требует разрешения Embed Links и поэтому не может быть установлен как \"Встраиваемый\"." + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "Встраивание теперь включено для команды {command_name}." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "Вкладки отключены для команды {command_name}." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "Встраиваемые вставки будут возвращены к настройкам сервера." + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Сейчас встраиваются {} для этого канала." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "включен" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "отключен" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Встроенные вставки теперь включены для вас в личных сообщениях." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Вкладки теперь недоступны для вас в личных сообщениях." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Пока нет исключения." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "Команды для настройки параметров приглашения [botname]." + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +" Добавьте область `applications.commands` в URL адрес приглашения.\n\n" +" Это позволяет использовать команды СЛЭШ на серверах, которые пригласили вашего бота с этой областью.\n\n" +" Обратите внимание, что предыдущие серверы пригласили бота без области действия не могут иметь команды СЛЭШ, они должны будут еще раз пригласить бота.\n" +" " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "Область `applications.commands` была добавлена в URL адрес приглашения." + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "Область действия `applications.commands` была удалена из URL адреса приглашения." + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "Необходимо указать хотя бы один ID сервера." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "Вы не передали никакой идентификатор сервера. Вы хотите, чтобы я покинул этот сервер?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "Вы уверены, что хотите, чтобы я покинул этот сервер?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "Вы действительно хотите, чтобы я покинула этот сервер?" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "Я не могу покинуть сервер `{server_name}`: я его владелец." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Время ответа истекло." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Хорошо. До свидания :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "Все в порядке. Оставляем {number} серверов..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "Хорошо. Покидаю один сервер..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Хорошо, я тогда останусь. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "Хорошо, я не уйду с этих серверов." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "Хорошо, я не выхожу из этого сервера." + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" Перечисляет серверы, на которых [botname] находится в данный момент.\n\n" +" Примечание: Эта команда является интерактивной.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Загружено {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "Следующий пакет уже загружен: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Следующие пакеты уже загружены: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Не удалось загрузить следующие пакеты: {pack}.\n" +"Проверьте консоль или логи для более точных деталей." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Не удалось загрузить следующие пакеты: {packs}.\n" +"Проверьте консоль или логи для более точных деталей." + +#: 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 "Следующее имя не является допустимым именем пакета: {pack}\n" +"Имена пакетов не могут начинаться с цифры и могут содержать только ascii цифры, буквы и знаки подчеркивания." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "Следующие имена не являются допустимыми именами пакетов: {packs}\n" +"Имена пакетов не могут начинаться с цифры и могут содержать только ascii цифры, буквы и знаки подчеркивания." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "Следующий пакет не найден в пути cog: {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "Следующие пакеты не были найдены в пути cog: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "Этот пакет не может быть загружен по следующим причинам:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "Эти пакеты не могут быть загружены по следующим причинам:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**ПРЕДУПРЕЖДЕНИЕ**: В следующем репозитории используются разделяемые библиотеки, которые помечены для удаления в будущем: {repo}.\n" +"Вы должны сообщить об этом сообщении сопровождающему репозитория." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**ПРЕДУПРЕЖДЕНИЕ**: Следующие репозитории используют разделяемые библиотеки, которые помечены для удаления в будущем: {repos}.\n" +"Вы должны проинформировать сопровождающих этих репозиториев об этом сообщении." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "Следующий пакет был выгружен: {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "Следующие пакеты были выгружены: {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "Не удалось загрузить следующий пакет: {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "Следующие пакеты не были загружены: {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Перезагрузка {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Не удалось перезагрузить следующий пакет: {pack}.\n" +"Проверьте консоль или логи для получения подробностей." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Не удалось перезагрузить следующие пакеты: {packs}\n" +"Проверьте консоль или журналы для получения информации." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "Этот пакет не может быть перезагружен по следующей причине:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "Эти пакеты не могут быть перезагружены по следующим причинам:\n\n" +"{reasons}" + +#: 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 "**ПРЕДУПРЕЖДЕНИЕ**: В следующем репозитории используются разделяемые библиотеки, которые помечены для удаления в будущем: {repo}.\n" +"Вы должны проинформировать сопровождающих этих репо об этом сообщении." + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Завершение работы... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Перезапуск..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Базовая команда для настройки банка." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Показать текущие настройки банка." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Общий" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Сервер" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Настройки банка:\n\n" +"Название банка: {bank_name}\n" +"Размер банка: {bank_scope}\n" +"Валюта: {currency_name}\n" +"Баланс по умолчанию: {default_balance}\n" +"Максимально допустимый баланс: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Переключать, является ли банк глобальным или нет.\n\n" +" Если банк глобальный, он станет на один сервер.\n" +" Если банк на одном сервере, он станет глобальным.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "серверный" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "глобальный" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Это переключит банк на {banktype}, удалив все учетные записи в процессе! Если вы уверены, введите `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Банк теперь {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Установите имя банка." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Название банка было установлено на: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Установите название для валюты банка." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Название валюты было установлено на: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Установите максимальный остаток, который пользователь может получить." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Сумма должна быть больше нуля и меньше, чем {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Максимальный баланс был установлен на: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "Сумма должна быть больше или равна нулю и меньше {maxbal}." + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "Регистрация аккаунта теперь выдаёт {num} {currency}." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Вы слишком долго не отвечали." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "Никаких изменений не произошло." + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "Команды для изменения настроек [botname]." + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Описание сброшено." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "Это описание слишком длинное для правильного отображения. Пожалуйста, попробуйте еще раз, используя менее 250 символов." + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "Этот URL недействителен." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "Что-то пошло не так при попытке получить изображение." + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Готово." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Аватар удален." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "Имя пользователя проверенного бота не может быть изменено вручную. Для его изменения обратитесь в службу поддержки Discord." + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "Не удалось изменить имя. Должно быть 32 символа или меньше." + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "Время изменения имени пользователя истекло. Помните, что вы можете сделать это только 2 раза в час. Используйте псевдонимы, если вам нужны частые изменения: {command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "Не удалось изменить имя пользователя. Discord выдал следующую ошибку:\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "При попытке изменить имя пользователя произошла непредвиденная ошибка." + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "Не удалось изменить никнейм. Должно быть не более 32 символов." + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Мне не хватает разрешений чтобы изменить свой ник." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "Пользовательский текст был очищен." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Пользовательский текст установлен." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "Длина текста не должна превышать 1024 символов." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Игра очищена." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "Прослушивание прояснилось." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "Просмотр очищен." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "Конкуренция очищена." + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Статус изменён на {}." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "Устанавливает статус [botname] на невидимый." + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "Эта роль уже является администратором." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "Теперь эта роль рассматривается как роль администратора." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Эта роль уже является модераторской." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Эта роль теперь считается ролью мода." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "Эта роль не была ролью администратора, с которой она начала." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Эта роль больше не рассматривается как роль администратора." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "Эта роль не была модераторской ролью для начала." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Эта роль больше не рассматривается как роль модератора." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Неверный код языка. Используйте формат: `en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "Глобальный язык установлен." + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "Локаль была установлена по умолчанию." + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Локализация была установлена." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "Глобальное региональное форматирование теперь будет основано на локали бота." + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "Глобальное региональное форматирование теперь будет основано на `{language_code}` локали." + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "Региональное форматирование теперь будет основано на локали бота на этом сервере." + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "Формат региона теперь будет основываться на локализации `{language_code}`." + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` API tokens были установлены." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "Никаких услуг API пока не установлено." + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "Установите сервисы API:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "Установите службу API:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "Службы успешно удалены:\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "Служба успешно удалена: {service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "Ни в одном из предоставляемых вами сервисов не было установлено ни одного ключа." + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "\n" +" Команды для настройки уведомлений владельца.\n\n" +" Уведомления владельца включают использование `[p]contact` и доступные обновления Red.\n" +" " + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "Нет никаких дополнительных каналов, на которые отправляются сообщения." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "Неизвестный канал с идентификатором: {id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "Роли администраторов: {admin}\n" +"Мод-роли: {mod}\n" +"Локал: {guild_locale}\n" +"Региональный формат: {guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "{bot_name} Настройки:\n\n" +"Префиксы: {prefixes}\n" +"{guild_settings}Глобальная локаль: {locale}\n" +"Глобальный региональный формат: {regional_format}\n" +"Цвет вставки по умолчанию: {colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Удаление команды отключено." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "Удалить задержку, установленную на {num} секунд." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Бот удалит командные сообщения через {num} секунд. Установите это значение -1, чтобы прекратить удаление сообщений" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Я не буду удалять командные сообщения." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Бот {} использовать свой настроенный цвет для встраивания сообщений." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "не будет" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "будет" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "Поиск неопределенной команды был {} для этого сервера." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "Поиск неопределенных команд был {} в личных сообщениях." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Цвет был сброшен." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Цвет был установлен." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Отменено." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Префикс установлен." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "Префиксы установлены." + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "Префиксы серверов были сброшены." + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "Префикс сервера установлен." + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "Установлены префиксы сервера." + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "\n" +" Команды для управления настройками команды help.\n\n" +" Все настройки справки применяются глобально.\n" +" " + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "Предупреждение: Если форматтер по умолчанию не используется, эти настройки могут быть неприменимы." + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "Средство форматирования help было сброшено. Не забудь что это не остановит шестерню от модинга справки, возможно тебе придётся выкрутить шестерню если в этом была проблема." + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "Настройки справки были сброшены к значениям по умолчанию. Это может не оказать влияния при использовании сторонних форматирования справки." + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "Помощь не будет использовать меню." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "Help не будет фильтровать скрытые команды." + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "Помощь будет фильтровать скрытые команды." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "Help теперь будет отмечать команду при отправке в ЛС." + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "Help не будет отмечать команду при отправке в ЛС." + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "Справка будет показывать только для команд, которые могут быть запущены." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "Справка будет показана без проверки возможности выполнения команд." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "Помощь проверит наличие тем помощи." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "Помощь будет проверять только наличие тем помощи при помощи нечеткой справки (если включено)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "Значение должно быть не менее 500 символов." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Готово. Максимальное количество символов на странице было установлено равным {}." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Вы должны дать значение ноль или больше!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Готово. Ограничение на количество страниц установлено на {}." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "Задержка не может быть длиннее 14 дней!" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "Готово. Сообщения справки теперь не будут удалены." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "Готово. Задержка удаления была установлена на {} секунд." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "Вы должны указать значение не менее 15 секунд!" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "Тайм-аут не может быть больше 5 минут!" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "Выполнено. Тайм-аут реакции установлен на {} секунд." + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "Подзаголовок был сброшен." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "Ваш подзаголовок слишком длинный! Пожалуйста, уменьшите его до 2048 символов." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "Подзаголовок был сброшен." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "ID пользователя: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "через DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "от {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | ID сервера: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Используйте `{}dm {} `чтобы ответить пользователю" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Отправил {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "Я настроен не отправлять это нигде." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Ваше сообщение было отправлено." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Я не могу доставить ваше сообщение. Извините." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "Недопустимый ID, пользователь не найден или пользователь бот. Вы можете отправлять сообщения только тем пользователям, с которыми у меня есть сервер." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Владелец {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "Вы можете ответить на это сообщение с {} контактом" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Извините, я не смог доставить сообщение для %s" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Сообщение доставлено к %s" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Выводит путь к данным бота." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Путь к данным: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "Показывает отладочную информацию, полезную для отладки." + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "Данный пользователь не является участником диагностированного сервера." + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "Не пытайтесь меня обмануть, данный участник не может получить доступ к каналу {channel}!" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" Команды для управления списком разрешений.\n\n" +" Предупреждение: Когда используется список allowlist, бот будет игнорировать команды от всех, кто не входит в список.\n\n" +" Используйте команду `[p]allowlist clear`, чтобы отключить список разрешенных команд\n" +" " + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "Пользователи были добавлены в список разрешенных." + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "Пользователь добавлен в список разрешенных." + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "Пользователи в списке разрешенных:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "Пользователь в списке разрешенных:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Неизвестный или удаленный пользователь" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "Пользователи были удалены из списка разрешенных." + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "Пользователь был удален из списка разрешенных." + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "Разрешенный список был очищен." + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Команды управления блок-списком.\n\n" +" Используйте `[p]blocklist clear`, чтобы отключить список блоков\n" +" " + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "Вы не можете добавить владельца в блок-лист!" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "Пользователи были добавлены в блок-лист." + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "Пользователь добавлен в блок-лист." + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "Пользователи в списке блок-лист:" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "Пользователь в блок-списке:" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "Пользователи были удалены из блок-листа." + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "Пользователь был удален из блок-листа." + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "Блок-лист очищен." + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" Команды для управления списком разрешений для конкретного сервера.\n\n" +" Предупреждение: Когда используется список разрешений, бот будет игнорировать команды от всех, кто не входит в этот список на сервере.\n\n" +" Используйте команду `[p]localallowlist clear`, чтобы отключить список разрешений\n" +" " + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "Я не могу разрешить вам сделать это, так как это лишит вас возможности выполнять команды, пожалуйста, сначала добавьте себя в список разрешенных." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "Пользователи и/или роли были добавлены в список разрешенных." + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "Пользователь или роль были добавлены в список разрешений." + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "Разрешенные пользователи и/или роли:" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "Разрешенный пользователь или роль:" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "Неизвестный или удаленный пользователь/роль" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "Я не могу позволить вам сделать это, так как это лишит вас возможности выполнять команды." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "Пользователи и/или роли были удалены из разрешительного списка сервера." + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "Пользователь или роль были удалены из разрешительного списка сервера." + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "Список разрешений сервера был очищен." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Команды для управления блок-листом, специфичным для сервера.\n\n" +" Используйте команду `[p]localblocklist clear` для отключения списка блокировки\n" +" " + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "Вы не можете добавить себя в блок-лист!" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "Вы не можете добавить владельца гильдии в блок-лист!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "Вы не можете добавить владельца бота в блок-лист!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "Пользователи и/или роли были добавлены из блок-листа сервера." + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "Пользователь или роль были добавлены из блок-листа сервера." + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "Заблокированные пользователи и/или роли:" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "Заблокированный пользователь или роль:" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "Пользователи и/или роли были удалены из блок-листа сервера." + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "Пользователь или роль были удалены из списка блокировки сервера." + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "Список блокировки сервера был очищен." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "Команды для включения и отключения команд и шестеренки." + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "Вы не можете отключить эту шестеренку по умолчанию." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} по умолчанию отключено." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} был установлен как включенный по умолчанию." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "Вы не можете отключить эту шестеренку, так как в этом случае вы заблокируете себя." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} был отключен в этой гильдии." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} уже отключен (ничего не нужно делать)." + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} был включен в этой гильдии." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "Cog \"{arg}\" не найден." + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} не был отключен (ничего не нужно делать)." + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "В этой гильдии отключены следующие шестеренки:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "В этом гильдии нет неактивных шестеренок." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Нет глобально отключенных команд." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} Команды отключены глобально.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 команда отключена глобально.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "Нет отключенных команд в {}." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} команды отключены в {}.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "1 команда отключена в {}.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "Команда отключения не может быть `команда` или ни одной из под-команд." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Эта команда обозначена как всегда доступная и не может быть отключена." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Эта команда уже отключена глобально." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "Вы не можете отключить эту команду." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Эта команда уже отключена на этом сервере." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Эта команда уже включена глобально." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "Вы не можете включить эту команду." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Эта команда уже включена на этом сервере." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "\n" +" Команды для управления настройками сервера для защиты от автоматических действий.\n\n" +" Сюда входят удаление дубликатов сообщений и упоминание спама из командной строки Моd-шестерни, а также фильтры из командной строки Filter-шестерни.\n" +" " + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Роли защищены от автоматических действий модерации:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Участники защищены от автоматических действий модерации:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Здесь нет настроек иммунитета." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Уже добавлено." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Нет в списке." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "У них есть иммунитет." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "У них нет иммунитета." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "\n" +" Команды для добавления серверов или каналов в список игнорирования.\n\n" +" Список игнорирования не позволит боту отвечать на команды в настроенных местах.\n\n" +" Примечание: Владельцы и администраторы могут переопределять список игнорирования.\n" +" " + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Канал добавлен в список игнорирования." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Канал уже добавлен в список игнорирования." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Этот сервер был добавлен в список игнорирования." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Этот сервер уже находится в списке игнорирования." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "Команды для удаления серверов или каналов из списка игнорирования." + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Канал удален из списка игнорирования." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "Этот канал не был добавлен в список игнорирования." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Этот сервер был удален из списка игнорирования." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Этот сервер отсутствует в списке игнорируемых." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Этот сервер в настоящее время игнорируется." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Нет" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" Получить информацию о лицензиях Red.\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "Различные утилиты, ориентированные на разработки." + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "Уже выполняется сеанс REPL в этом канале. Выйдите из него с `quit`." + +#: redbot/core/dev_commands.py:557 +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 +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 +msgid "Exiting." +msgstr "Выход." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "Непредвиденная ошибка: " + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "В настоящее время в этом канале нет запущенной сессии REPL." + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "Сеанс REPL в этом канале был возобновлен." + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "Сессия REPL в этом канале теперь приостановлена." + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "Прикрепить другого пользователя, вызывающего команду.\n\n" +" Префикс не должен быть введен.\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, 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 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "Владельцы ботов теперь будут обходить все команды с таймаутами." + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "Владельцы ботов больше не будут обходить все команды с таймаутами." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "Баланс {user} не может быть выше {max} {currency}." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Случай #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Причина:** Используйте команду `reason` для ее добавления" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Неизвестный" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Пользователь удален." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Модератор" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "До" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Длительность" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Канал" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Исправлено" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Последнее изменение в" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "Пользователь:" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "Модератор:" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "Пока:" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "Продолжительность:" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "Канал:" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "Изменено:" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "Последние изменения:" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "Команда не найдена." + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "Вам не разрешено использовать эту команду." + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/sk-SK.po b/rubycore/locales/sk-SK.po new file mode 100644 index 0000000..62048f8 --- /dev/null +++ b/rubycore/locales/sk-SK.po @@ -0,0 +1,4673 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Slovak\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sk\n" +"X-Crowdin-File-ID: 4\n" +"Language: sk_SK\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Táto cesta neexistuje alebo neukazuje na platný adresár." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Na opravenie tejto chyby potrebujete spraviť jednu z týchto vecí:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Tento používateľ je bot čo mu neumožňuje vykonať žiaden príkaz." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Toto nemôže byť opravené – Boci nemôžu počúvať iných Bohov." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "Toto je nepredvídaná chyba, prosím nahláste ju na Red's issue tracker." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Uistite sa, že tento príkaz nie je určený len vlastníkovi bota" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "Príkaz je iba pre vlastníka bota a tento používateľ ním nie je." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "Toto nemôže byť opravený - obyčajní používatelia nemôžu vykonávať príkazy určené pre vlastníka bota." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/sl-SI.po b/rubycore/locales/sl-SI.po new file mode 100644 index 0000000..088047f --- /dev/null +++ b/rubycore/locales/sl-SI.po @@ -0,0 +1,4709 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sl\n" +"X-Crowdin-File-ID: 4\n" +"Language: sl_SI\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Namestitvena pot: {install_path}\n" +"Nastavitvena mod modula Core: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Dodaj pot v seznam razpoložljivih poti modulov.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Ta pot ne obstaja ali pa ne cilja na obstoječo mapo." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Pot je bila uspešno dodana." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Poti razvrščene." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Ta pot ne obstaja." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot bo nalagal nove module v mapo `{}`." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Pokaže vse module ki so naloženi in na voljo.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**Modul {} naložen.**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**Modul {} izklopljen**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Instanca Red-a je " + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Plačevanje v zasebnih sporočilih ni mogoče brez globalne banke." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "Komanda {command_name} je že obstoječa komanda ali vzdevek v enem izmed naloženih modulov." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Modul Core ima veliko komand navezujočih na osnovne funkcije.\n\n" +" Te komande so predložene v vsakem Red botu, in pokrivajo nekatere najbolj osnovne opravilnosti bota.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ta bot je instanca [Red-a, odprto kodnega Discord bot-a]({}) delo [Twentysix]({}) in [izpopolnjen z pomočjo mnogih]({}).\n\n" +"Red je podprt s strastno skupnostjo, ki prispeva in ustvarja vsebine, v katerih lahko uživajo vsi. [Pridruži se nam še danes]({}) in nam pomagaj izboljšati vsebine!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Lastništvo instance pripada ekipi" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instanca pripada" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Verzija Red-a" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Različica {version} je na voljo." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Preverjanje posodobitev ni uspelo." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Zastarelo" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "O instanci" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "O Red-u" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Prinaša veselje od 2. januarja 2016 (več kot {} dni nazaj!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Ta bot je instanca Red-a, odprto kodnega Discord bot-a (1) delo Twentysix (2) in izpopolnjen z pomočjo mnogih (3).\n\n" +"Red je podprt s strastno skupnostjo, ki prispeva in ustvarja vsebine, v katerih lahko uživajo vsi. Pridruži se nam še danes (4) in nam pomagaj izboljšati vsebine!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instanca v lasti ekipe: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Verzija Red-a: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Lastnik instance: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Verzija Red-a: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Zastarelo: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**O Red-u**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**O instanci**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Reference**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Pokaže čas delovanja [botname]." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" Komande ki so v interakciji s podatki ki jih [botname] ima o tebi.\n\n" +" Več informacij na voljo v [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Osnovni ukazi za upravljanje nastavitev banke." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Prikaže trenutne nastavitve banke." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Nastavitve banke:\n\n" +"Ime banke: {bank_name}\n" +"Obseg banke: {bank_scope}\n" +"Valuta: {currency_name}\n" +"Privzeto stanje: {default_balance}\n" +"Maksimalno dovoljeno stanje: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Preklopite, ali je banka globalna ali ne.\n\n" +" Če je banka globalna, bo zdaj omejena na vsak strežnik posebej.\n" +" Če je banka na vsak strežnik posebej, bo zdaj globalna.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "na strežnik" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "globalno" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "To bo preklopilo banko na vrsto {banktype}, kar bo izbrisalo vse račune med procesom! Če si prepričan uporabi ukaz `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Banka je zdaj {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Nastavi ime banke." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Ime banke je zdaj {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Nastavi ime valute za banko." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Ime valute je zdaj {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Nastavi maksimalno stanje katerega lahko uporabnik doseže." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Znesek mora biti večji od nič in manjši od {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maksimalno stanje je nastavljeno na {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +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 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "Lastniki bota ne bodo več mogli preskočiti ohladitve komand." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "Bančni račun {user} se ne more dvigniti nad {max} {currency}." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/sr-CS.po b/rubycore/locales/sr-CS.po new file mode 100644 index 0000000..97a513a --- /dev/null +++ b/rubycore/locales/sr-CS.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Latin)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr-CS\n" +"X-Crowdin-File-ID: 4\n" +"Language: sr_CS\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/sr-SP.po b/rubycore/locales/sr-SP.po new file mode 100644 index 0000000..a3faf5f --- /dev/null +++ b/rubycore/locales/sr-SP.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Serbian (Cyrillic)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sr\n" +"X-Crowdin-File-ID: 4\n" +"Language: sr_SP\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/sv-SE.po b/rubycore/locales/sv-SE.po new file mode 100644 index 0000000..6ec2264 --- /dev/null +++ b/rubycore/locales/sv-SE.po @@ -0,0 +1,4697 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Swedish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: sv-SE\n" +"X-Crowdin-File-ID: 4\n" +"Language: sv_SE\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Kommandon för att få kontakt med Reds kugghanterare." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Listar aktuella kugghjulsbanor i prioritetsordning.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Installationsväg: {install_path}\n" +"Huvudväg: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Lägg till en sökväg till listan över tillgängliga kugghjulsvägar.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Sökvägen finns inte eller pekar inte mot en giltig mapp." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Sökvägen har lagts till." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Omsorterar vägar internt för att möjliggöra upptäckten av olika koggar.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Ogiltigt 'from' index." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "Ogiltigt 'to' index." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Sökvägarna omordnade." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Sökvägen finns inte." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Boten kommer att installera nya cogar i `{}` mappen." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Listar alla inlästa och tillgängliga koggar.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} laddad:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} urladdad:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "För att åtgärda det här problemet måste du göra något av följande:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Kontrollera om kommandoanroparen inte är en bot" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Användaren är en bot som hindrar dem från att köra något kommando." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Detta kan inte fixas - bottar bör inte lyssna på andra bottar." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Kontrollera om botten kan skicka meddelanden i den angivna kanalen" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Botten har inte behörighet att skicka meddelanden i den angivna kanalen." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "För att åtgärda detta problem, se till att behörighetsinställningen tillåter botten att skicka meddelanden enligt Discords rollhierarki:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Kontrollera om kanalen och servern inte är inställd på att ignoreras" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "För att åtgärda detta problem, kontrollera listan som returneras av {command} och se till att {channel} och servern inte är en del av den listan." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "För att åtgärda detta problem, kontrollera listan som returneras av {command} och se till att {channel}, kanalkategorin den tillhör ({channel_category}), och servern är inte en del av den listan." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Botten är inställd på att ignorera kommandon i den angivna kanalen eller denna server." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Global godkännandelista hindrar användaren från att köra detta kommando." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Kan inte betala för detta kommando i DM utan en global bank." + +#: redbot/core/bank.py:1067 +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 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Denna bot är en instans av [Red, en open source Discord bot]({}) skapad av [Twentysix]({}) och [förbättrad av många]({}).\n\n" +"Red backas upp av en passionerad gemenskap som bidrar och skapar innehåll för alla att njuta av. [Följ med oss idag]({}) och hjälp oss att förbättra!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Instansen ägs av" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red version" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Ja, {version} är tillgänglig." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Sökning efter uppdateringar misslyckades." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Föråldrad" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Om denna instans" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Om Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "Skapar glädje sedan 02 jan 2016 (över {} dagar sedan!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Denna bot är en instans av Red, en open source Discord bot (1) skapad av Twentysix (2) och förbättrad av många (3).\n\n" +"Red backas upp av en passionerad gemenskap som bidrar och skapar innehåll för alla att njuta av. Följ med oss idag (4) och hjälp oss att förbättra!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Instansen ägs av: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Föråldrad: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Om Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Om denna instans**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Referenser**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "Visar [botname]:s drifttid." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Stänger ner... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Startar om..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Baskommando för bankinställningar." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "global" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Detta kommer att växla mellan att banken är {banktype} och ta bort alla konton i processen! Om du är säker, skriv `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Banken är nu {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Ange bankens namn." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Bankens namn har ändrats till {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Ange namn för bankens valuta." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Valutans namn har ändrats till {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Ange det maximala saldo en användare kan få." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Beloppet måste vara större än noll och mindre än {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maximalt saldo har satts till: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Klart." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Jag saknar behörighet för att ändra mitt egna smeknamn." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Språket har ändrats." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "Avbruten." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefix ändrat." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "genom DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "från {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Använd `{}dm {} `för att svara användaren" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "Skickat av {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Ditt meddelande har sänts." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Jag kan inte leverera ditt meddelande. Förlåt." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "Inget" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/tr-TR.po b/rubycore/locales/tr-TR.po new file mode 100644 index 0000000..d94c412 --- /dev/null +++ b/rubycore/locales/tr-TR.po @@ -0,0 +1,4827 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Turkish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: tr\n" +"X-Crowdin-File-ID: 4\n" +"Language: tr_TR\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "Red'in cog Yöneticisi ile arabirim komutları." + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" Geçerli cog yerlerini öncelik sırasına göre listeler.\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "Yüklü dizin: {install_path}\n" +"Core dizini: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" Mevcut cog konumlarına bir konum ekler.\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "Bu yol mevcut değil veya geçerli bir dizini göstermiyor." + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "Reklam başarıyla eklendi." + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" Farklı cogların keşfini mümkün kılmak için konumları kendi içlerinde yeniden düzenler.\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "Geçersiz 'başlangıç' tarihi." + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "'Kime' dizini geçersiz." + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "Yolları yeniden sıralanmış." + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +"Eğer verildiyse mevcut kurulum konumunu ya da kümesini gösterir.\n\n" +" Verilen konum bot'un kesin konumu olmalı\n" +" ya da oraya denk gelmeli, ve zaten var olan bir klasör olmalıdır.\n\n" +" Bu işlem sırasında kurulu olan hiçbir cog'ın yeri değiştirilmez.\n" +" \n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "Böyle bir sayfa yok." + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "Bot yeni Smm '{}' dizinine yükler." + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" Yüklü ve kullanılabilir cogları listeler.\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} yüklendi:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} yüklenmesi kaldırıldı:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "Bu sorunu gidermek için aşağıdakilerden birini yapmanız gerekir:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "Komutu çağıran bot mu değil mi kontrol et" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "Bu kullanıcı bot olduğu için herhangi bir komutu çalıştıramaz." + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "Bu düzeltilemez - botlar diğer botları dinlememelidir." + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "Verilen kanalda bot mesaj gönderebiliyor mu kontrol et" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "Bot verilen kanalda zaman aşımına uğradı." + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "Bu sorunu çözmek için, zaman aşımını bottan kaldırın." + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Bot verilen kanalda mesaj gönderme yetkisine sahip değil." + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "Bu sorunu gidermek için, izinler kurulumunun botun Discord'un rol hiyerarşisi başına ileti göndermesine izin verdiğinden emin olun:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "Kanalın ve sunucunun yoksayılacak şekilde ayarlanıp ayarlanmadığını kontrol edin" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "Bu sorunu gidermek için, {command} komutu tarafından döndürülen listeyi kontrol edin ve {thread} kanalının ve sunucunun bu listenin bir parçası olmadığından emin olun." + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "Bu sorunu gidermek için, {command} komutu tarafından döndürülen listeyi kontrol edin ve {channel} kanalının ve sunucunun bu listenin bir parçası olmadığından emin olun." + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Bu sorunu gidermek için, {command} komutu tarafından döndürülen listeyi kontrol edin ve {thread} kanalının, ait olduğu kanal kategorisinin ({channel_category}) ve sunucunun bu listenin bir parçası olmadığından emin olun." + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "Bu sorunu gidermek için, {command} komutu tarafından döndürülen listeyi kontrol edin ve {channel} kanalının, ait olduğu kanal kategorisinin ({channel_category}) ve sunucunun bu listenin bir parçası olmadığından emin olun." + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "Bot, verilen kanaldaki veya bu sunucudaki komutları yoksayacak şekilde ayarlanmıştır." + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "Genel izin listesi, kullanıcının bu komutu çalıştırmasını engeller." + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Bu sorunu gidermek için, kullanıcıyı izin ver listesine ekleyebilir veya izin ver listesini temizleyebilirsiniz.\n" +"İzin ver listesini tutmak istiyorsanız, izin ver listesine {user} ekleyecek olan {command_1} komutunu çalıştırabilirsiniz.\n" +"Bunun yerine izin ver listesini temizlemek ve tüm kullanıcıların komutları serbestçe çalıştırmasına izin vermek istiyorsanız, bunu yapmak için {command_2} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "Genel kara liste, kullanıcının bu komutu çalıştırmasını engeller." + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Bu sorunu gidermek için, kullanıcıyı engelleme listesinden kaldırabilir veya engelleme listesini temizleyebilirsiniz.\n" +"Blok listesini tutmak istiyorsanız, {user} öğesini blok listesinden kaldıracak {command_1} öğesini çalıştırabilirsiniz.\n" +"Bunun yerine blok listesini temizlemek ve tüm kullanıcıların komutları serbestçe çalıştırmasına izin vermek istiyorsanız, bunu yapmak için {command_2} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "Yerel izin listesi, kullanıcının bu komutu çalıştırmasını engeller." + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Bu sorunu gidermek için, kullanıcıyı veya rollerinden birini yerel izin ver listesine ekleyebilir veya yerel izin ver listesini temizleyebilirsiniz.\n" +"Yerel izin listesini tutmak istiyorsanız, yerel izin listesine {user} ekleyecek olan {command_1} komutunu çalıştırabilirsiniz.\n" +"Bunun yerine, yerel izin ver listesini temizlemek ve tüm kullanıcıların komutları serbestçe çalıştırmasına izin vermek istiyorsanız, bunu yapmak için {command_2} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "Yerel kara liste, kullanıcının bu komutu çalıştırmasını engeller." + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Bu sorunu gidermek için kullanıcının rollerini yerel blok listesinden kaldırabilir veya yerel blok listesini temizleyebilirsiniz.\n" +"Yerel blok listesini tutmak istiyorsanız, kullanıcının rollerini ({roles}) yerel blok listesinden kaldıracak {command_1} komutunu çalıştırabilirsiniz.\n" +"Bunun yerine yerel blok listesini temizlemek ve tüm kullanıcıların komutları serbestçe çalıştırmasına izin vermek istiyorsanız, bunu yapmak için {command_2} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Bu sorunu gidermek için, kullanıcıyı ve rollerini yerel blok listesinden kaldırabilir veya yerel blok listesini temizleyebilirsiniz.\n" +"Yerel blok listesini tutmak istiyorsanız, {user} ve rollerini ({roles}) yerel blok listesinden kaldıracak {command_1} komutunu çalıştırabilirsiniz.\n" +"Bunun yerine yerel blok listesini temizlemek ve tüm kullanıcıların komutları serbestçe çalıştırmasına izin vermek istiyorsanız, bunu yapmak için {command_2} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "Bu sorunu gidermek için, kullanıcıyı yerel blok listesinden kaldırabilir veya yerel blok listesini temizleyebilirsiniz.\n" +"Yerel blok listesini tutmak istiyorsanız, {user} öğesini yerel blok listesinden kaldıracak {command_1} öğesini çalıştırabilirsiniz.\n" +"Bunun yerine yerel blok listesini temizlemek ve tüm kullanıcıların komutları serbestçe çalıştırmasına izin vermek istiyorsanız, bunu yapmak için {command_2} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "Allowlist and blocklist checks" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "Global, cog ve komut kontrolleri" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "Bu komut bu sunucuda devre dışıdır." + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "Kullanılan komutlar genel olarak devre dışıdır." + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "Bu sorunu gidermek için, bu sunucuda {affected_command} komutunu etkinleştirecek {command} komutunu çalıştırabilirsiniz." + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "Other issues related to the checks" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "{command} için yapılan kontrollerle ilgili bir sorun var ama kesin nedeni belirleyemiyorum." + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "O Bu sorunu gidermek için genel, cog ve komut kontrollerinin manuel olarak gözden geçirilmesi gerekir." + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "Global checks" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "{command} komutunun genel denetimlerinden biri iletiyle başarısız oldu:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "One of the global checks for the command {command} failed without a message." + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Cog check" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "The cog check for the command {command} failed with a message:\n" +"{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "The cog check for the command {command} failed without a message." + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "Command checks" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "One of the command checks for the command {command} failed with a message:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "One of the command checks for the command {command} failed without a message." + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "İzin doğrulama" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "Girilen komutun eklentisi sunucuda etkisiz kılınmış." + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "Bu sorunu çözmek için {affected_cog} eklentisini bu sunucuda etkinleştirecek {command} komutunu çalıştırabilirsin." + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "Other issues related to the permissions." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "This is an unexpected error, please report it on Red's issue tracker." + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "Ensure that the command is not bot owner only" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "The command is bot owner only and the given user is not a bot owner." + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "This cannot be fixed - regular users cannot run bot owner only commands." + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "Permission hooks" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "Fatal error: the result of permission hooks is inconsistent." + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "To fix this issue, a manual review of the installed cogs is required." + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "The access has been denied by one of the bot's permissions hooks." + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "User's discord permissions, privilege level and rules from Permissions cog" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "The access has been denied due to the rules set for the {cog} cog with Permissions cog." + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "The access has been denied due to the rules set for the {command} command with Permissions cog." + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "To fix the issue, a manual review of the rules is required." + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "To fix this issue, a manual review of the command is required." + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "Yetki kontrolü" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "Bu sorunu çözmek için izin kontrollerinin manuel olarak gözden geçirilmesi gerekir." + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "Kullanıcının discord izinleri ve ayrıcalık seviyesi" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "rol ayarları veya kanal geçersiz kılmalar yoluyla kullanıcıya gerekli izinleri verin" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Kullanıcı {cog} cogunun gerektirdiği bazı kanal izinlerine ({permissions}) ihtiyacı var." + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Kullanıcı {command} komutunun gerektirdiği bazı kanal izinlerine ({permissions}) gerekli." + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "sunucu sahibi" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "mod rolü" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "admin rolü" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "kullanıcıya uygun rolü atayın" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "Başarısız" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "Algılanan Sorun: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "Çözüm: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"İhtiyacınız olursa diye ayrıntılı bir rapor:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "Kanal: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "Komut: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "Red misaliniz eskimiş durumda! Şu anki sürüm {}, fakat siz {} kullanmaktasınız!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"Aşağıdaki komutun her ne kadar şu anki işletim sisteminiz, ortamınız, ve Python sürümünüze dayandığı için çoğu senaryoda çalışması gereksede, ** <{docs}> tan güncelleme evraklarını okumanız ve güncelleme sırasında yapılması gereken başka bir şey var mı kontrol etmeniz önemle tavsiye edilir.**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"Sizin Python sürümünüz `{py_version}` ve bu güncelleme için `{req_py}` gerekmekte; update komutunu çalıştıramazsınız.\n\n" +"Yukarıdaki kılavuzlarımızda bulunan güncelleme talimatlarını takip etmeniz gerekmektedir. Eğer kılavuzları takip ettikten sonra yardıma ihtiyacınız varsa sunusundaki #support kanalına başvurunuz." + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "Komut İstemi" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "Uçbirim" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}`, `{command}` komutu için geçerli bir değer değil." + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "\"{argument}\" bir sayı değildir." + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +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 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +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 +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 +msgid "That command is not available in DMs." +msgstr "Bu komut DM üzerinden kullanılamaz." + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "Bu komut sadece DM üzerinden kullanılabilir." + +#: redbot/core/_events.py:422 +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 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "Bu komutu kullanmakta olan çok fazla kişi var. Aynı anda sadece {number} kez kullanılabilir." + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "Bu komutu çok fazla kişi kullanmakta. Aynı anda sadece bir kere kullanılabilir." + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "Komutun çalıştırılması henüz bitmedi, aynı anda {type} başına {number} kere kullanılabilir." + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "Komutun çalıştırılması henüz bitmedi, {type} başına sadece bir kere kullanılabilir." + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "Bu komutu kullanmakta olan çok fazla kişi var. {type} başına aynı anda {number} kez kullanılabilir." + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "Bu komutu çok fazla kişi kullanmakta. Aynı anda {type} başına sadece bir kere kullanılabilir." + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "Bu komut için özel mesajda küresel banka olmaksızın ödeme yapılamaz." + +#: redbot/core/bank.py:1067 +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 +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 +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/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." + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "{command_name} çalışmakta olan coglardan birinde bir komut veya komut takma adı olarak zaten kullanımda." + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" Çekirdek cog botun temel işlevleriyle ilgili çok sayıda komut içerir.\n\n" +" Bu komutlar her Red botunda bulunur ve botun en temel kullanımını kapsar.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong." + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "[botname] hakkında bilgi gösterir." + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Bu bot Red'in bir misalidir. [Red, açık kaynaklı bir Discord botudur]({}) [Twentysix]({}) tarafından yaratılmıştır ve [pek çok kişi tarafından geliştirilmektedir]({}).\n\n" +"Red, geliştirilmesine katkıda bulunan ve herkesin kullanımı için içerik üreten hevesli bir topluluk tarafından desteklenmedir. [Bize bugün katılıp]({}) ilerlememize yardımcı olabilirsiniz!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "Misal bir takıma aittir" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "Misal sahibi" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red Sürümü" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "Evet, {version} şu anda mevcut." + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "Güncelleme kontrolü başarısız oldu." + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "Güncel Değil" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "Bu misal hakkında" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "Red Hakkında" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "02 Ocak 2016 dan beri mutluluk getiriyor. ({} günden uzun süredir!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "Bu bot Red'in misalidir, Red açık kaynaklı bir Discord botudur (1) Twentysix tarafından yaratılmış (2) ve çok sayıda kişi tarafından iyileştirilmiştir(3).\n\n" +"Red geliştirilmesine katkıda bulunan ve herkesin kullanımı için açık içerik üreten hevesli bir topluluk tarafından desteklenmektedir. Hemen bize katılıp (4) gelişmemize yardımcı olabilirsiniz!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Misal sahibi olan takım: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red sürümü: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "Misal sahibi: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red sürümü: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "Eskimiş: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**Red Hakkında**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**Bu misal hakkında**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**Referanslar**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "[botname]'un açık kalma süresini gösterir." + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "Bir saniyeden az." + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "Şu zamandan beri açık: **{time_quantity}** ({timestamp})" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" [botname] botunun sizinle ilgili barındırdığı verileri yönetmek için komutlar.\n\n" +" Daha çok bilgi için [Son Kullanıcı Veri Beyannamesi](https://docs.discord.red/en/stable/red_core_data_statement.html)ni okuyun.\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "Bu bot çalışması için gerekli olduğundan kullanıcılar hakkında biraz veri depolar. Bu çoğunlukla size Discord tarafından atanan ID ve botu nasıl kullandığınıza bağlı olarak değişen ilişkilendirmelerdir. Kimin neyi oluşturduğunun kaydını tutan bir kaç komut bulunur. (oynatma listeleri gibi) Konuyla ilgili tüm detaylar ve neyin neden depolandığıyla ilgili bilgi almak için {link} adresini ziyaret edin.\n\n" +"Ayrıca, bot'un sahibi tarafından yüklenmiş 3. parti eklentiler fazladan veri depoluyor veya depolamıyor olabilirler. `{prefix}mydata 3rdparty` komutunu kullanarak her 3. parti eklentinin veri bildirgesine ulaşabilirsiniz." + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "Dosya eklemem gerekiyor. (DM'den deneyebilirsin)." + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "Bu misalde her hangi bir 3. parti eklenti kurulu gözükmüyor." + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "3. parti Son Kullanıcı Veri Bildirgeleri" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "3. parti eklentiler tarafından sunulan bildirgeler:" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "Bildirgesi olmayan 3. parti eklentiler\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "İşte 3. taraf uzantıların sağladığı ifadelerle oluşturulmuş bir sayfa." + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "Onay alınmadı, iptal ediliyor." + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "Eşleşen onay alınmadı, iptal ediliyor." + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "Görünüşe bakılırsa ({command}) komutu etkileşimsiz kullanımı desteklemiyor." + +#: 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 "Bu botun sizinle ilgili veriyi silmesi ve/veya ilişkilendirmeleri kaldırmasını sağlar. Moderasyönel kayıtlar, uyarılar, cezalar gibi işlevsel veriyi silmez. Eğer istediğinizin bu olduğundan eminseniz, lütfen şununla cevap verin:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "Bu biraz zaman alacak." + +#: 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 "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım (nasıl sileceğimi biliyorum) {mention}, her neyse aşağıdaki modüllerde bir hata aldım: {modules}. Ayrıca bu coglarla alakalıda: {cogs}.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: 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 "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım (nasıl sileceğimi biliyorum) {mention}, her neyse aşağıdaki modüllerde bir hata aldım: {cogs}. Ayrıca bu coglarla alakalıda:.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: 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 "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım (nasıl sileceğimi biliyorum) {mention}, her neyse aşağıdaki modüllerde bir hata aldım: {modules}.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "Hakkınızda işlevsel olmayan (ve silmeyi bildiğim) tüm veriyi sildim {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 "{mention} Bu coglar silme isteğini işlemedi:\n" +"{cogs}." + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[Yakında] [botname] hakkınızda bildiklerini öğrenin." + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "Bu komut şu anda hiç bir şey yapmıyor fakat bunun için üzerinde çalışıyoruz." + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" Daha tümleşik veri kontrolü için komutlar.\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "Kullanıcılar kendi verilerini silebilirler. Bu engellenmiş kullanıcılar gibi işlevsel verileri içermez." + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "Kullanıcılar kendi datalarını silemezler." + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Coglardan kullanıcı isteği üzerine işlevsel olmayan tüm veriyi silmeleri talep edilecek." + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Coglar kullanıcının veri silme isteğinde bulunduğundan haberdar edilecek, ve neyin silinebileceği cog yapımcısının kararına bırakılacak." + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Bu, botun belirtilen kullanıcı IDsi ile ilgili tüm veriyi silmesini ya da ilişkilendirmeyi kaldırmasına yol açar. Discord silinmiş bir hesap hakkında özellikle talep etmedikçe bu komutu kullanmayın. Bu işlem kullanıcıyı çeşitli istismar önlemlerinden de çıkaracaktır. Eğer veri silinmesini kullanıcı talep ettiyse bunun yerine `{prefix}{command_name}` kullanabilirsiniz.\n\n" +"Eğer devam etmek istediğinize eminseniz lütfen aşağıdakiyle cevap verin:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "O kullanıcı hakkında tüm bilgiyi silmeye çalıştım, (silmeyi bildiğim) fakat şu modüller hata verdi: {modules}. Ayrıca, şu coglar hata verdi: {cogs}\n" +"Lütfen log dosyalarını inceleyip cogların ve modüllerin yapımcıları ile görüşün.\n" +"Not: Bu sorunlar dışında tüm veri silinmiş olmalı." + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Bu kullanıcıyla alakalı olan tüm verileri silmeye çalıştım (nasıl sileceğimi biliyorum) her neyse aşağıdaki coglarla alakalı bir hata aldım: {cogs}.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "O kullanıcı ile ilgili tüm veriyi silmeye çalıştım, (silmeyi bildiğim) fakat şu modüller hata verdi: {modules}.\n" +"Lütfen log dosyalarını inceleyip bu cogların ve modüllerin yapımcıları ile irtibata geçin.\n" +"Not: Bu sorunlar dışında tüm veri silinmiş olmalı." + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "O kullanıcıyla ilgili nasıl sileceğimi bildiğim tüm verileri sildim." + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Bu botun belirtilen kullanıcıyla ilgili işlev için gerekli olmayan bol miktarda bilgiyi silmesini ya da ilişkilendirmeyi bırakmasına yol açacaktır. Bot ile hiç etkileşim kuramadıkları durumlar dışında kullanıcılar bununla ilgili farklı bir komutu kullanma izinleri vardır.. Bu çoğunlukla güvenli bir işlemdir, fakat kullanıcının botu kullanımı üzerinde etkili olabileceğinden eğer kullanıcı bunu açıkça talep etmediyse bunu kullanmamalısınız. \n\n" +"Eğer devam etmek istediğinizden eminseniz şununla cevap verin:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım (nasıl sileceğimi biliyorum) her neyse aşağıdaki modüllerde bir hata aldım: {modules}. Ayrıca bu coglarla alakalıda: {cogs}.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Sizinle alakalı olan operasyonel olmayan verileri silmeye çalıştım (nasıl sileceğimi biliyorum) her neyse aşağıdaki coglarla alakalı bir hata aldım: {cogs}.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "Bu kullanıcıyla alakalı olan operasyonel olmayan verileri silmeye çalıştım (nasıl sileceğimi biliyorum) her neyse aşağıdaki coglarla alakalı bir hata aldım: {modules}.\n" +"Bunu çözmek için lütfen bot sahibi ile iletişime geçin.\n" +"Not: Bu hatalar dışında, verileriniz silinmiş olmalı." + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "O kullanıcıyla ilgili nasıl sileceğimi bildiğim tüm verileri sildim." + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "Bu botun belirtilen kullanıcıyla ilgili bol miktarda veriyi silmesini ya da ilişkilendirmeyi bırakmasına yol açacaktır. Bu son kullanıcı verilerini içerebilir, suiistimal önleme kayıtları dahil..\n\n" +"Devam etmekte kararlıysanız şununla cevap verin:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "Embed ayarları:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "Küresel varsayılan: {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "{command} komutu için küresel komut ayarı: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "Sunucu ayarı: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "{command} komutu için sunucu komutu ayarı: {value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "Kanal ayarı: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "Kullanıcı ayarı: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "Yerleşik mesajlar artık varsayılan olarak kapalı." + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "Yerleşik mesajlar artık varsayılan olarak açık." + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "Embed'ler artık global ayarlara geri dönecek." + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "Bu sunucuda artık yerleşik mesajlar açık." + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "Bu sunucuda artık yerleşik mesajlar kapalı." + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "Bu komut Link Yerleştirme iznine ihtiyaç duyar ve bu yüzden yerleşik mesaj kullanmamaya ayarlanamaz." + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "{command_name} komutu için artık yerleşik mesajlar açık." + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "{command_name} komutu için yerleşik mesajlar artık kapalı." + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "Yerleşik mesajlar artık sunucu ayarını kullanacak." + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "Bu kanal için yerleşik mesaj ayarı artık {}." + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "açıldı" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "deaktif" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "Artık sizin için özel mesajlarda yerleşik mesajlar etkin." + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "Artık sizin için özel mesajlarda yerleşik mesajlar devre dışı." + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "Henüz herhangi bir özel durum oluşmadı." + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "[botname] botunun davet ayarlarını yönetmek için komutlar." + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +" Davet linkine `applications.commands` kapsamını ekle.\n\n" +" Böylece botu bu kapsamla davet eden sunucular slaş komutlarını kullanabilirler.\n\n" +" Botu önceden bu kapsam olmaksızın davet eden sunucuların slaş komutlarını kullanamayacağını unutmayın, bu sunucuların botu sunucudan çıkarıp geri eklemeleri gerekir.\n" +" " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "Davet linkine `applications.commands` kapsamı eklendi." + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "Davet linkinden `applications.commands` kapsamı çıkarıldı." + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "En az bir sunucu IDsi sağlamanız gerekir." + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "Herhangi bir sunucu IDsi sağlamadınız. Bu sunucudan çıkmamı ister misiniz?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "Bu sunuculardan çıkmamı istediğinize emin misiniz?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "Bu sunuculardan çıkmamı istediğinize emin misiniz?" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "`{server_name}` sunucusundan çıkamam: O sunucunun sahibi benim." + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "Yanıt yok, zaman aşımı oluştu." + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "Pekala, görüşürüz :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "Anlaşıldı. {number} sunucudan çıkılıyor..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "Anlaşıldı. sunucudan çıkılıyor..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "Tamam, kalayım öyleyse. :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "Anlaşıldı, bu sunuculardan çıkmıyorum." + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "Anlaşıldı, bu sunuculardan çıkmıyorum." + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" [botname] botunun şu anda içinde olduğu sunucuları listeler.\n\n" +" Not: Bu komut etkileşimlidir.\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "Yüklenenler {packs}." + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "Bu paket zaten yüklü: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "Bu paketler zaten yüklü: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Bu paketi yüklemeye çalışırken bir hata oluştu: {pack}\n" +"Konsolu veya logları kontrol edin." + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Bu paketleri yüklemeye çalışırken bir hata oluştu: {packs}\n" +"Konsolu veya logları kontrol edin." + +#: 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 "Bu isim geçerli bir paket ismi değil: {pack}\n" +"Paket isimleri bir rakam ile başlayamaz ve sadece ascii rakamları, harfleri ve alt tireleri içerebilir." + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "Bu isimler geçerli paket isimleri değil: {packs}\n" +"Paket isimleri bir rakam ile başlayamaz ve sadece ascii rakamları, harfleri ve alt tireleri içerebilir." + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "Bu paket herhangi bir dizinde bulunamadı: {pack}." + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "Aşağıdaki paketler herhangi bir dizin yolunda bulunamadı: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "Bu paket şu nedenden dolayı kurulamadı:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "Bu paketler şu sebeplerden dolayı kurulamadı:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**UYARI:** Bu depo ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo}.\n" +"Deponun sahiplerine bu mesajla ilgili haber veriniz." + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**UYARI:** Bu depolar ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repos}.\n" +" Deponun sahiplerine bu mesajla ilgili haber veriniz." + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "Bu paketin yüklenmesi kaldırıldı: {pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "Bu paketlerin yüklenmesi kaldırıldı: {packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "Bu paket yüklenmemiş: {pack}." + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "Bu paketler yüklenmemiş: {packs}." + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "Yeniden yüklendi {packs}." + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "Bu paketi yeniden yüklemeye çalışırken bir hata oluştu: {pack}. \n" +"Konsolu veya logları kontrol edin." + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "Bu paketleri yeniden yüklemeye çalıştırken bir hata oluştu: {packs}\n" +"Konsolu veya logları kontrol edin." + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "Bu paket şu sebepten dolayı yeniden yüklenemedi:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "Bu paketler şu nedenlerden dolayı tekrar yüklenemedi:\n\n" +"{reasons}" + +#: 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 "**UYARI:** Bu depo ilerde kaldırılacak olan ortak kütüphaneler kullanmaktadır: {repo}.\n" +"Deponun sahiplerine bu mesajla ilgili haber veriniz." + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "Kapatılıyor..." + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "Yeniden başlatılıyor..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Banka ayarları için temel komut." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Bankanın şu anki ayarlarını göster." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Küresel" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Sunucu" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Banka ayarları:\n\n" +"Banka ismi: {bank_name}\n" +"Banka kapsamı: {bank_scope}\n" +"Para birimi: {currency_name}\n" +"Varsayılan bakiye: {default_balance}\n" +"Maksimum izin verilen bakiye: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Banka küresel olsun veya olmasın aç/kapa.\n\n" +" Eğer banka küresel ise, sunuculara özele çevrilir.\n" +" Eğer banka sunuculara özelse, küresele çevrilir.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "sunucu başına" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "genel" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Bu bankanın işleminin tüm hesapları silme {banktype}, geçiş yapılır! Emin misin, '{command} ' yazın" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Banka şimdi {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Bankanın adını ayarlayın." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Banka adı ayarlandı {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Bankası'nın para birimi için ayarlayın." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Para birimi adı ayarla: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Bir kullanıcının alabileceği maksimum bakiyeyi ayarlayın." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Bu sayı 0 dan yüksek ve {max} bu sayıdan az olmalı." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Maksimum bakiye şu şekilde ayarlandı: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "Miktar sıfırdan yüksek ve {maxbal} sayısından az olmalı." + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "Kayıtlı hesaplara {num} {currency} veriliyor." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "Bu {scope} dahilindeki tüm banka hesaplarını silecektir.\n" +"Eğer eminseniz `{prefix}bank reset yes` komutunu kullanın" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "bu sunucu" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "{scope} dahilindeki tüm banka hesapları silindi." + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "Banka hesaplarını temizlemek için temel komut." + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "Bu komut küresel bir banka ile kullanılamaz." + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "Bu, artık sunucuda olmayan üyelere ait tüm banka hesaplarını silecektir.\n" +"Eğer onaylıyorsanız `{prefix}bank prune local yes` yazın" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "Artık sunucuda olmayan üyelerin banka hesapları silinmiştir." + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "Bu komut yerel bir banka ile kullanılamaz." + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "Bu, artık botla ortak suncusu olmayan kullanıcılara ait tüm banka hesaplarını silecektir.\n" +"Eğer onaylıyorsanız `{prefix}bank prune global yes` yazın" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "Artık bot ile ortak sunucusu bulunmayan kullanıcıların banka hesapları temizlendi." + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "Bu, üyenin {name} banka hesabını silecek.\n" +"Eğer eminsen bu komutu kullan `{prefix}bank prune user {id} yes`" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "Bu üyenin {name} bankası hesabı silindi." + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "Modlog ayarlarını düzenleyin." + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "Hatalı vaka türlerini düzeltmek için komut." + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "Bir kanalı modlog olarak ayarla.\n\n" +" Modlog'u kapamak için `[channel]` yerini boş bırakın.\n" +" " + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "Mod hareketleri bu kanala gönderilecek. {channel}." + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "Bu kanala mesaj atma yetkim yok {channel}!" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "Mod logları zaten kapalı." + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "Modlog devre dışı." + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "Şu anki ayarlar:\n" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "Bu eylem kaydedilmemiş." + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "{action_name} için vaka oluşturma artık {enabled}." + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "Bu sunucunun mod kayıtlarındaki tüm vakaları sıfırla." + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "Bu sunucudaki tüm modlog vakalarını sıfırlamak istediğinize emin misiniz?" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "Cevap vermeniz çok uzun sürdü." + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "Vakalar sıfırlandı." + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "Herhangi bir değişiklik yapılmadı." + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "[botname]'nin ayarlarını değiştirme komutları." + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "[botname] ayarlarını değiştirme komutları." + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "Açıklama sıfıtrlandı." + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "Bu açıklama düzgün gösterilemeyecek kadar uzun. Lütfen 250 den az karakterle tekrar deneyin." + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "URL geçerli değil." + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "Resime ulaşmaya çalışırken bir şey ters gitti." + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Tamamdır." + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "Avatar kaldırıldı." + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "Doğrulanmış bir botun kullanıcı adı elle değiştirilemez. Lütfen değiştirmek için Discord destek ile görüşün." + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "İsim değiştirme başarısız. 32 karakter veya daha kısa olmalı." + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "İsim değiştirmede zaman aşımı. Botun ismini saatte sadece 2 kere değiştirebileceğinizi unutmayın. Botun ismini sık değiştirmeniz gerekiyorsa takma adlar kullanın: {command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "İsim değiştirilemedi. Discord şu hatayı verdi:\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "İsim değiştirilmeye çalışılırken beklenmedik hata oluştu." + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "İsim değiştirme başarısız. 32 karakter veya daha kısa olmalı." + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "Kendi takma ismimi değiştirmek için izinlerim yok." + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "Özel yazı temizlendi." + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "Özel yazı ayarlandı." + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "Yazı 1024 karakterden kısa olmak zorundadır." + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "[botname] ayarlarını değiştirme komutları." + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "Durum `{game.name} Oynuyor` a ayarlandı." + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "Oyun temizlendi." + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "Durum `{listening} Dinliyor` a ayarlandı." + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "Dinleme temizlendi." + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "Durum `{watching} İzliyor` a ayarlandı." + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "İzleme temizlendi." + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "Durum `{competing} içinde kapışıyor` olarak ayarlandı." + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "Kapışma temizlendi." + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "Durum {} olarak değiştirildi." + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "[botname] durumunu çevrimiçi olarak ayarlayın." + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "[botname] durumunu rahatsız etme olarak ayarlayın." + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "[botname] durumunu boşta olarak ayarlayın." + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "[botname] durumunu görünmez olarak ayarlayın." + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "[botname] için sunucu admin ve mod rollerini ayarlayın." + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "Bu rol zaten Admin rolü." + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "Bu rol, Admin rolü olarak ayarlandı." + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "Bu rol zaten Mod rolü." + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "Bu rol, mod rolü olarak ayarlandı." + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "O rol zaten admin rolü değildi." + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "Bu rol artık Admin olarak kabul edilmiyor." + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "O rol zaten moderatör rolü değildi." + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "Bu rol artık Mod olarak kabul edilmiyor." + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "Geçersiz dil kodu. Örnek biçim: `en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "Küresel bölge ayarlandı." + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "Bölge varsayılana ayarlandı." + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "Yerel ayar değiştirildi." + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "Küresel kapsamda artık bölgesel biçimlendirme için bot'un bölgesi kullanılacak." + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "Küresel kapsamda artık bölgesel biçimlendirme için `{language_code}` bölgesi kullanılacak." + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "Bu sunucuda bot bölgesel biçimlendirme için bölge ayarına dayanacak." + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "Bot artık bölgesel biçimlendirme için `{language_code}` bölgesine dayanacak." + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` API tokenleri ayarlandı." + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "Henüz hiç API hizmeti ayarlanmamış." + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "API hizmetleri ayarla:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "API hizmeti ayarla:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "Aşağıdaki hizmetler başarıyla kaldırıldı:\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "Hizmet başarıyla kaldırıldı: {service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "Seçtiğiniz hiç bir hizmetin ayarlanmış herhangi bir anahtarı bulunmamaktaydı." + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "\n" +" Bot sahibi bildirimlerini ayarlamak için komutlar.\n\n" +" Bu bildirimlere `[p]contact` komutunun kullanımı ve kullanılabilir Red güncellemeleri dahildir.\n" +" " + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "Bildirim gönderilen ek kanal bulunmamakta." + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "{id} id'li kanal bilinmiyor" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "Admin rolleri: {admin}\n" +"Moderatör rolleri: {mod}\n" +"Dil: {guild_locale}\n" +"Yöresel biçem: {guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "{bot_name} Ayarları:\n\n" +"Önekler: {prefixes}\n" +"{guild_settings}Küresel dil: {locale}\n" +"Küresel yöresel biçem: {regional_format}\n" +"Varsayılan yerleşik mesaj rengi: {colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "Komut silme kapatıldı." + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "Silmeden önce beklenecek süre {num} saniyeye ayarlandı." + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Bot komut içeren mesajları {num} saniyeden sonra silecek. Bunu kapamak için değeri -1 yapın" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "Komut içeren mesajları silmeyeceğim." + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "Bot {} kullanmak için yapılandırılmış rengini katıştırır." + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "olmayacak" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "olacak" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "Bulanık komut arama {} bu sunucu için olmuştur." + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "Bulanık komut arama {} DMs içinde olmuştur." + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "Renk sıfırlandı." + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "Renk ayarlandı." + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "İptal." + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "Prefix öneki değiştirildi." + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "Önekler ayarlandı." + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "Sunucu önekleri sıfırlandı." + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "Sunucu öneki ayarlandı." + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "Sunucu önekleri ayarlandı." + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "\n" +" Yardım komutu için ayarları yönetme komutları.\n\n" +" Tüm yardım ayarları global olarak uygulanır.\n" +" " + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "Dikkat: Varsayılan biçimlendirici kullanılmamakta, bu ayarlar etkili olmayabilir." + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "Yardım biçimlendiricisi sıfırlandı. Bu cogların yardım üzerinde değişiklik yapmasını önlemeyecektir, eğer sorun buysa bir cogı silmeniz gerekebilir." + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "Yardım ayarları varsayılana sıfırlandı. Eğer yardım biçimlendiricisi 3. parti kaynaklıysa bir etkisi olmayabilir." + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "Yardım menüler kullanmayacak." + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "Yardım gizli komutları filtrelemeyecek." + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "Yardım gizli komutları filtreleyecek." + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "Yardım artık özel mesaj olarak gönderilirse komuta tik atacaktır." + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "Yardım özel mesaj olarak gönderilirse komuta tik atmayacak." + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "Yardım sadece çalıştırılabilir komutlar için kullanılabilecek." + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "Yardım komutun çalıştırılabilir oluşuna dikkat etmeyecek." + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "Yardım bir konunun varlığını doğrulayacak." + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "Yardım konuların varlığını yalnızca belirsiz yardım ile doğrulayacak (etkinse)." + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "En az 500 olan bir değer sunmalısınız." + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "Bitmiş. Sayfa başına karakter sınırı {} için ayarlandı." + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "Sıfır veya daha büyük bir değer vermek gerekir!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "Bitmiş. Sayfa sınırı {} için ayarlandı." + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "Süre 14 günden uzun olamaz." + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "Tamamdır. Yardım mesajları artık silinmeyecek." + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "Tamamdır. Silmeden önce {} saniye beklenecek." + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "Tagline sıfırlandı." + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "Senin slogan çok uzundur! Lütfen en fazla 2048 karakter uzunluğunda olmasını kısaltın." + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "Etiket ayarlandı." + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "Kullanıcı Kimliği" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "vasitasiyla" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "()" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | sunucu kimliği: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "Bu Kullanıcı için yanıt için ' {} dm {} ' kullanın" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "{} {} Tarafından gönderilen" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "Bunu hiçbir yere göndermemek üzere ayarlandım." + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "Mesajınız gönderildi." + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "Mesajınızı teslim edemiyorum. Afedersiniz." + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "Geçersiz ID. Kullanıcı bulunamadı veya kullanıcı bir bot. Yalnızca ortak bir sunucuda bulunduğum kişilere mesaj atabilirsiniz." + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "Sahibi {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "{} Kişi bu iletiyle yanıtlayabilirsiniz" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "Üzgünüz, ben mesajınızı teslim edemedin için {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "Mesaj iletildi" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "Bot'un veri yolunu yazdırır." + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "Data dizini: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "Hata ayıklama için işe yarar bilgi gösterir." + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "Kullanıcılar beyaz listeye eklendi." + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "Kullanıcı beyaz listeye eklendi." + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "Beyaz listedeki kullanıcılar:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "Beyaz listedeki kullanıcı:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "Bilinmeyen ya da Silinmiş Üye" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "Kullanıcılar beyaz listeden çıkarıldı." + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "Kullanıcı beyaz listeden çıkarıldı." + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "Beyaz liste temizlendi." + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Kara listeyi yönetmek için komutlar\n\n" +" Kara listeyi kapamak için `[p]blocklist clear` komutunu kullanın\n" +" " + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "Bir bot sahibini kara listeye ekleyemezsiniz." + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "Kullanıcılar kara listeye eklendi." + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "Kullanıcı kara listeye eklendi." + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "Kara listedeki kullanıcılar:" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "Kara listedeki kullanıcı:" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "Kullanıcılar kara listeden çıkarıldı." + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "Kullanıcı kara listeden çıkarıldı." + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "Kara liste temizlendi." + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" Sunucuya özel beyaz listeyi yönetmek için komutlar.\n\n" +" Uyarı: Beyaz liste açıkken bot sunucudaki listedekiler dışında kimseden komut almaz.\n\n" +" Beyaz listeyi kapamak için `[p]localallowlist clear` kullanın\n" +" " + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "Komutları kullanmanı engelleyeceği için bunu yapmana izin veremem, önce kendini bir beyaz listeye eklediğinden emin ol." + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "Kullanıcılar ve/veya roller beyaz listeye eklendi." + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "Kullanıcı veya rol beyaz listeye eklendi." + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "İzin verilen kullanıcılar ve/veya roller:" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "İzin verilen kullanıcı veya rol:" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "Bilinmeyen veya Silinmiş Kullanıcı/Rol" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "Komutları kullanmanı engelleyeceğinden bunu yapmana izin veremem." + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "Kullanıcılar ve/veya roller sunucu beyaz listesinden kaldırıldı." + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "Kullanıcı veya rol sunucu beyaz listesinden kaldırıldı." + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "Sunucu beyaz listesi temizlendi." + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" Sunucuya özel kara listeyi yönetmek için komutlar.\n\n" +" Kara listeyi devre dışı bırakmak için `[p]localblocklist clear` kullanın\n" +" " + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "Kendini kara listeye ekleyemezsin." + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "Sunucu sahibini kara listeye ekleyemenzsin." + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "Bir bot sahibini kara listeye ekleyemezsiniz." + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "Kullanıcılar ve/veya roller sunucu kara listesine eklendi." + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "Kullanıcı veya rol sunucu kara listesine eklendi." + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "Engellenen kullanıcılar ve/veya roller:" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "Engellenen kullanıcı veya rol:" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "Kullanıcılar ve/veya roller sunucu kara listesinden kaldırıldı." + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "Kullanıcı veya rol sunucu kara listesinden kaldırıldı." + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "Sunucu kara listesi temizlendi." + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "Komutları ve cogları açıp kapamak için komutlar." + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "Bu cog'ı varsayılan olarak kapatamazsınız." + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} varsayılan olarak kapalıya ayarlandı." + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} varsayılan olarak etkine ayarlandı." + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "Bindiğiniz dalı kesmiş olacağınızdan bu cog'ı kapatamazsınız." + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} bu sunucu için kapatıldı." + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} zaten kapalıydı (yapılması gereken bir şey yok)" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} bu sunucu için etkinleştirildi." + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} zaten kapalı değildi (yapılması gereken bir şey yok)" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "Bu sunucuda aşağıdaki coglar kapalı:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "Bu sunucuda kapatılmış cog bulunmamakta." + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "Küresel olarak kapatılmış herhangi bir komut bulunmamakta." + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} komut küresel olarak devre dışı.\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 komut küresel olarak devre dışı.\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "{} içinde her hangi bir devre dışı bırakılmış komut bulunmamakta." + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} komut {} içinde devre dışı bırakılmış.\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "{} içinde bir 1 komut devre dışı bırakılmış.\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "Devre dışı bırakılacak komut `command` veya alt komutlarından biri olamaz." + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "Bu komut daima kullanılabilir olarak işaretlenmiştir ve devre dışı bırakılamaz." + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "Bu komut zaten genel olarak devre dışı bırakıldı." + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "O komutu devre dışı bırakma iznin bulunmamakta." + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "Bu komut zaten bu Server'da devre dışı bırakıldı." + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "Bu komut genel olarak zaten etkinleştirilmiştir." + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "O komutu etkinleştirmeye iznin bulunmamakta." + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "Bu komut bu sunucu zaten etkinleştirilmiştir." + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "\n" +" Sunucuda otomatik eylemlerden muafiyeti ayarlama için komutlar\n\n" +" Bu Mod cogındaki kopya mesaj silme, etiket spamlama, ve Filter cogındaki filtreleri içerir.\n" +" " + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "Otomatik moderasyon dokunulmazlığı olan roller:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "Otomatik moderasyon dokunulmazlığı olan üyeler:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "Burada hiç dokunulmazlık ayarı bulunmamakta." + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "Zaten eklendi." + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "Listede değil." + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "Onlar dokunulmaz." + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "Onlar dokunulmaz değil." + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "\n" +" Görmezden gelinecek listesine sunucular eklemek için komutlar.\n\n" +" Bot bu listeye eklenmiş konumlarda verilen komutlara cevap vermeyecektir.\n\n" +" Not: Sahipler ve Adminleri bu liste etkilemez.\n" +" " + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "Kanal yok sayılan olarak eklendi." + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "Kanal zaten görmezden gelinenler listesinde." + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "Bu sunucu yok sayılan olarak listeye eklendi." + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "Bu sunucu zaten yok sayılan modu açılmış." + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "Görmezden gelinenler listesinden sunucular veya kanallar çıkarmak için komutlar." + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "Kanal yok sayılan listesinden kaldırıldı." + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "O kanal görmezden gelinenler listesinde değil." + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "Bu sunucu yok sayılan listesinden kaldırıldı." + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "Bu sunucu görmezden gelinenler listesinde değil." + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "Bu sunucu şu anda görmezden gelinmekte." + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "None" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" Red'in lisansları hakkında bilgi al.\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "Çeşitli geliştirme odaklı araçlar." + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +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 +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 +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 +msgid "Exiting." +msgstr "Çıkılıyor." + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +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 +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 +msgid "The REPL session in this channel is now paused." +msgstr "Bu kanaldaki REPL oturumu duraklatıldı." + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "Komutu başkası çalıştırmış gibi göster.\n\n" +" Önek girilmemelidir.\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, 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 +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 +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." + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "{user} kullanıcısının bakiyesi {max} {currency} üzerine çıkamaz." + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "Vaka #{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**Sebep:** `reason` komutunu kullanarak bir sebep girin" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "Bilinmiyor" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "Silinmiş Kullanıcı." + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "{channel_id} (silinmiş)" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "Sebep:" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "Moderatör" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "'e kadar" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "Süre" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "Kanal" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "Düzenleyen kişi" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "Son düzenlenme tarihi" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "Kullanıcı:" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "Moderatör:" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "Şu zamana kadar:" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "Süre:" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "Kanal:" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "Düzenleyen kişi:" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "Son düzenlenme tarihi:" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/uk-UA.po b/rubycore/locales/uk-UA.po new file mode 100644 index 0000000..f93669d --- /dev/null +++ b/rubycore/locales/uk-UA.po @@ -0,0 +1,4681 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Ukrainian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: uk\n" +"X-Crowdin-File-ID: 4\n" +"Language: uk_UA\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "Базова команда для налаштувань банку." + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "Показати налаштування поточного банку." + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "Налаштування банку:\n\n" +"Назва банку: {bank_name}\n" +"Маштаб банку: {bank_scope}\n" +"Валюта: {currency_name}\n" +"Початковий баланс: {default_balance}\n" +"Максимальний баланс: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "Оберіть, чи глобальний банк чи ні.\n\n" +" Якщо банк був глобальним, то він стане локальним.\n" +" Інакше, якщо банк був локальним, то він стане глобальним.\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "локальний" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "глобальний" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "Це переключить банк на {banktype}, видаливши всі рахунки в процесі! Якщо ви певні, то введіть `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "Банк тепер {banktype}." + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "Введіть ім'я банку." + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "Ім'я банку тепер: {name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "Встановіть назву для банківської валюти." + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "Ім'я валюти банку тепер: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "Встановіть максимальний баланс, який користувач може мати." + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "Сума повинна бути більше нуля і менше ніж {max}." + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "Максимальний баланс було змінено на: {amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "Модератор:" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "До:" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "Тривалість:" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/vi-VN.po b/rubycore/locales/vi-VN.po new file mode 100644 index 0000000..08bf399 --- /dev/null +++ b/rubycore/locales/vi-VN.po @@ -0,0 +1,4673 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Vietnamese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: vi\n" +"X-Crowdin-File-ID: 4\n" +"Language: vi_VN\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "Chung" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "Máy chủ" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "Xong!" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/zh-CN.po b/rubycore/locales/zh-CN.po new file mode 100644 index 0000000..c81c6f6 --- /dev/null +++ b/rubycore/locales/zh-CN.po @@ -0,0 +1,4759 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File-ID: 4\n" +"Language: zh_CN\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "与Red的齿轮管理器接口的命令" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +" 按优先级列出当前的齿轮路径\n" +" " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "安装路径: {install_path}\n" +"核心路径: {core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +" 将路径添加到可用线路列表\n" +" " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "该路径不存在或不指向一个有效的目录" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "路径已成功添加。" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" 根据 `[p]paths` 中的 `path_numbers` 从可用的插件路径中删除一个或多个路径。\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "删除了以下路径:{paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "以下路径编号不存在: {path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +" 在内部重新排序路径以允许发现不同的齿轮\n" +" " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "无效的‘从’索引" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "无效的‘到’索引" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "已重新排序路径。" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +" 返回当前的安装路径,如果提供了安装路径,则进行设置。\n\n" +" 提供的路径必须是绝对路径或相对于机器人的\n" +" 目录的绝对或相对路径,且必须已经存在。\n\n" +" 在此过程中不会转移已安装的插件。\n" +" " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "该路径不存在。" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "机器人将安装新的齿轮到`{}`目录。" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +" 列出所有已加载和可用的齿轮\n" +" " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} 已加载:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} 卸载:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "有一个问题与 {command} 的检查有关,但我们无法确定具体原因。" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "为解决这个问题,需要对全局、插件和命令进行手动检查。" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "全局检查" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "命令 {command} 的一项全局检查失败。错误信息:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "命令 {command} 的其中一项全局检查失败,且没有错误信息。" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "插件检查" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "命令检查" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "命令 {command} 的一项命令检查失败,并附带一条信息:\n" +"{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "命令 {command} 的其中一个命令检查失败,且无错误信息。" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "权限验证" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "插件权限验证" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "该社区已禁用给定命令的插件。" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "" + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "" + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "" + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "" + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "" + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "" + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "" + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "如果没有全球银行,无法在DM中支付此命令" + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "你至少需要 {cost} {currency} 才能使用此命令" + +#: redbot/core/bot.py:2482 +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 +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/core_commands.py:197 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "别名 {alias_name} 已经是一个已加载的齿轮中存在的命令或别名" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "命令 {command_name} 已经是一个已加载的齿轮中存在的命令或别名" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +" 核心代码有许多与核心函数相关的命令\n\n" +" 这些命令由每个Red bot加载,涵盖了机器人的一些最基本的用法\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "Pong" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "此机器人是一个由 [Twentysix]({}) 创建的 [Red, 一个开源的 Discord bo]({}) 实例[由许多改进]({})\n\n" +"红得到一个充满激情的社区的支持,这个社区为每个人做出贡献并创造内容供其享受。 [今天加入我们]({}) 并帮助我们改进!\n\n" +"(c) Cog Creator" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "团队拥有的实例" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "实例拥有者" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red版本" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "是的, {version} 是可用的" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "检查更新失败" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "过时的" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "关于这个实例" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "关于 Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "从2016年1月2日起带来快乐(超过 {} 天前!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "这个机器人是Red的实例,是一个开源的 Discord 机器人(1), 由Twentysix (2) 创建并改进了许多(3)\n\n" +"Red得到一个充满激情的社区的支持,这个社区为每个人做出贡献并创造内容供其享受。 今天就加入我们(4) 并帮助我们改进!\n\n" +"(c) Cog Creators" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "团队拥有的实例:[{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red 版本: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "实例由[{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red 版本: [{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "过时时间: [{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**关于Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**关于此实例**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**参考**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "显示 [botname] 的正常运行时间" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +" 与数据交互的命令 [botname] 有关你的\n\n" +" 更多信息可以在 [最终用户数据文档](https://docs.discord.red/en/stable/red_core_data_statement.html)中找到\n" +" " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "此机器人储存一些用户的数据是运行所必需的。 这主要是您的用户由 Discord 分配的 ID, 根据你在机器人中的交互作用,链接到少数东西。 有几个命令存储它以跟踪谁创造了某些东西。 关于这个问题的详细信息以及更深入的详细信息(例如播放列表),请参阅 {link}\n\n" +"此外,由机器人所有者加载的第三方附加组件可能会或不会存储额外的东西。 你可以使用 `{prefix}mydata 3rdparty` 查看每个第三方添加的语句" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "我需要能够附加文件 (在DM中试试?)" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "此实例似乎没有加载任何第三方扩展" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "第三方终端用户数据声明" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "以下是第三方扩展提供的说明" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "没有声明的第三方扩展\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "下面是第三方扩展提供的语句生成的页面" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "没有得到确认,取消了" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "没有得到匹配的确认、取消" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "此命令 ({command}) 不支持非交互使用" + +#: 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 "这将导致机器人摆脱和/或与你解除关联数据。它不会删除操作数据,例如 modlog 条目、警告或静音。 如果你确定这是你想要的,请做出如下答复:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "这可能要花点时间" + +#: 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 "我试图删除所有关于你的非操作数据 (我知道如何删除) {mention} 不过,以下模块已出错: {modules}。 此外,以下齿轮错误: {cogs}\n" +"请联系此机器人的所有者来解决这个问题\n" +"注意:除了这些故障之外,数据应该已被删除" + +#: 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 "我试图删除所有关于你的非操作数据 (我知道如何删除) {mention} 不过,以下齿轮出错: {cogs}\n" +"请联系此机器人的所有者来解决这个问题\n" +"注意:除了这些故障之外,数据应该已被删除" + +#: 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 "我试图删除所有关于你的非操作数据 (我知道如何删除) {mention} 不过,以下模块已出错: {modules}\n" +"请联系此机器人的所有者来解决这个问题\n" +"注意:除了这些故障之外,数据应该已被删除" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "我已经删除了任何有关你的非操作数据 (我知道如何删除) {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 "{mention} 以下齿轮没有处理删除操作:\n" +"{cogs}" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[即将推出] 获取 [botname] 有关你的数据" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "此命令尚未执行任何操作,但我正在努力添加对此的支持" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +" 用于更完整数据处理的命令\n" +" " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "用户可以删除自己的数据。 这不包括黑名单的用户的操作数据" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "用户不能删除自己的数据" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "应用户请求,将指示齿轮删除所有非操作数据" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "嵌入设置:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "全球默认: {value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "{command} 命令的全球命令设置: {value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "公会设置: {value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "{command} 命令的服务器命令设置:{value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "频道设置: {value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "用户设置: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "现在默认启用嵌入" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "嵌入现在将回到全球环境中" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "现在为这个公会启用嵌入功能" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "这个公会现在已禁用嵌入" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "传递命令需要嵌入链接权限,因此不能设置为不使用嵌入符号" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "现在为 {command_name} 命令启用嵌入" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "现在对 {command_name} 命令禁用嵌入" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "嵌入现在将回到服务器设置" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "此频道的嵌入现在是 {}" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "启用" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "禁用" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "现在可以在 DM 中为你启用嵌入功能" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "现在在 DM 中为你禁用嵌入" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "还没有发生异常" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "用于设置[botname] 邀请设置的命令" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +" 将 `applications.commands` 范围添加到你的邀请URL\n\n" +" 这允许在邀请你机器人的服务器上使用斜杠命令\n\n" +" 注意,以前在没有范围的情况下邀请机器人的服务器不能有斜杠命令, 他们必须第二次邀请机器人\n" +" " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "`applications.commands`范围已添加到邀请URL" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "`applications.commands`范围已从邀请URL中删除" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "你需要至少指定一个服务器ID" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "你还没有通过任何服务器ID。你想让我离开这个服务器吗?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "你确定要我离开这些服务器吗?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "我不能离开服务器 '{server_name}`: 我是它的所有者" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "响应超时" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "好的,再见 :wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "很好,离开了 {number} 个服务器。。。" + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "" + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "好吧,那我就留下来。:)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "好的,我不会离开那些服务器" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +" 列出 [botname] 当前所在的服务器\n\n" +" 注意:此命令是交互式的\n" +" " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "已加载 {packs}" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "以下包已经加载: {pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "已加载以下包: {packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "无法加载以下包: {pack}\n" +"请检查你的控制台或日志以获取详细信息" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "无法加载以下包: {packs}\n" +"检查您的控制台或日志以获取详细信息" + +#: 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 "以下名称不是有效的包名称: {pack}\n" +"包名不能以数字开头,只能包含ascii数字、字母和下划线" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "以下名称不是有效的包名称: {packs}\n" +"包名不能以数字开头,只能包含ascii数字、字母和下划线" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "在任何 cog 路径中都未找到以下包: {pack}" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "在任何 cog 路径中都未找到以下包: {packs}" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "无法加载这个包,原因如下:\n\n" +"{reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "无法加载这些包,原因如下:\n\n" +"{reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**警告**: 以下 repo 使用共享库,这些库被标记为将来删除: {repo}.\n" +"你应该将此消息通知维护者" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**警告**: 以下存储库正在使用标记为将来删除的共享库: {repos}\n" +"你应该将此消息通知这些存储库的维护者" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "关闭... " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "银行设置的基本命令" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "显示当前银行的设置" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "全局" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "服务器" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "银行设置:\n\n" +"银行名称: {bank_name}\n" +"银行范围: {bank_scope}\n" +"货币: {currency_name}\n" +"默认余额: {default_balance}\n" +"允许的最大余额: {maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "切换银行是否为全球银行\n\n" +" 如果银行是全球性的,它将变成每个服务器\n" +" 如果银行是每个服务器,它将变成全球性的\n" +" " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "每台服务器" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "全局设置" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "这将把银行切换为 {banktype},删除所有正在处理中的账户!如果你确定的话,请输入 `{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "银行现在为{banktype}" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "设置银行名称" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "银行名称已设置为:{name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "设置银行货币的名称" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "货币名称已设置为: {name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "设置用户可获得的最大余额" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "金额必须大于零且小于 {max}" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "最大余额已设置为:{amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "" + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "" + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "这个URL无效" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "尝试获取图片时出了错" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "完成。" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "头像已删除" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "验证的机器人的用户名不能手动更改。请联系Discord支持以更改它" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "更改名称失败。必须是32个或更少的字" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "更改用户名超时。请记住,你只能每小时进行2次。 如果你需要经常更改,请使用昵称: {command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "更改用户名失败。Discord返回以下错误:\n" +"{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "更改用户名时发生意外错误" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "更改昵称失败。必须是32个或更少的字" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "我没有更改我自己昵称的权限。" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "游戏已清除" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "听状态已清除" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "观看已清除" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "竞争已被清除" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "状态已更改为 {}" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "该角色现在被视为管理员角色" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "这个角色已经是一个模组角色" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "该角色现在被视为模组角色" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "该角色一开始并不是管理员角色" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "该角色不再被视为管理员角色" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "这个角色一开始并不是一个模组角色" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "该角色不再被视为模组角色" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "无效的语言代码。使用格式:`en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "已设置全球区域设置" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "区域已经被设置。" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "将不会" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "将" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "颜色已设置" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "取消" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "前缀集。" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "前缀已设置" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "服务器前缀已重置" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "服务器前缀已设置" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "服务器前缀集" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "你必须给出零或更大的值" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "完成。页面限制已设置为 {}" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "延迟不能超过 14天" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "完成。帮助消息现在不会被删除" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "完成。删除延迟已设置为 {} 秒" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "标语已重置" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "你的标语太长了!!! 请缩短,长度不超过2048个字" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "已设置标语" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "用户 ID:{}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "通过DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "从 {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | 服务器 ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "使用 \"{} dm {} \" 来答复此用户" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "发送人 {} {}" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "我已被配置为没有发送到任何地方" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "你的消息已发送" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "抱歉,我无法发送你的消息" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "无效的ID,用户未找到或用户是机器人。你只能向我共享服务器的人发送消息" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "{} 的所有者" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "你可以通过{}联系人回复此消息" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "对不起,我无法将你的消息传递到 {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "消息已发送到 {}" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "打印机器人的数据路径" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "数据路径: {path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "显示对调试有用的调试信息" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" 用于管理许可名单的命令\n\n" +" 警告:当使用许可名单时,机器人将忽略来自不在名单上的所有人的命令\n\n" +" 使用 \"[p]allowlist clear\" 禁用许可名单\n" +" " + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "用户已添加到许可名单中" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "用户已添加到许可名单中" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "许可名单上的用户:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "许可名单上的用户:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "未知或已删除的用户" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "用户已从许可名单中删除" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "用户已从许可名单中删除" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "许可名单已清除" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" 管理黑名单列表的命令\n\n" +" 使用[p]blocklist clear` 来禁用黑名单列表\n" +" " + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "你不能将所有者添加到黑名单" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "用户已被添加到黑名单中" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "用户已被添加到黑名单中" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "黑名单上的用户:" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "黑名单上的用户:" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "用户已从黑名单列表中删除" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "用户已从黑名单列表中删除" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "黑名单已被清除" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +" 于管理服务器特定许可名单的命令\n\n" +" 警告:当使用许可名单时,机器人将忽略服务器中不在列表中的所有人的命令。\n\n" +" 使用[p]localallowlist clear` 禁用许可名单\n" +" " + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 个命令已在全球禁用\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "{} 中没有任何禁用命令" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} 命令在 {} 中被禁用\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "1 个命令在{} 中被禁用\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "要禁用的命令不能是 `command` 或其任何子命令" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "此命令被指定为始终可用且无法禁用" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "该命令已在全球禁用" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "你无权禁用该命令" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "此命令已被此服务器禁用" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "无" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "已经在这个通道中运行REPL会话。选择'退出'来退出。" + +#: redbot/core/dev_commands.py:557 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:568 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:583 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "" + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:654 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:662 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" + diff --git a/rubycore/locales/zh-HK.po b/rubycore/locales/zh-HK.po new file mode 100644 index 0000000..5660f40 --- /dev/null +++ b/rubycore/locales/zh-HK.po @@ -0,0 +1,3425 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2021-06-12 15:52+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional, Hong Kong\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-HK\n" +"X-Crowdin-File-ID: 4\n" +"Language: zh_HK\n" + +#: redbot/core/bank.py:1019 +msgid "Can't pay for this command in DM without a global bank." +msgstr "" + +#: redbot/core/bank.py:1026 +msgid "You need at least {cost} {currency} to use this command." +msgstr "" + +#: redbot/core/cog_manager.py:316 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "" + +#: redbot/core/cog_manager.py:325 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:333 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "" + +#: redbot/core/cog_manager.py:347 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:351 +msgid "That path does not exist or does not point to a valid directory." +msgstr "" + +#: redbot/core/cog_manager.py:359 +msgid "Path successfully added." +msgstr "" + +#: redbot/core/cog_manager.py:364 +#, docstring +msgid "\n" +" Removes a path from the available cog paths given the `path_number` from `[p]paths`.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:369 redbot/core/cog_manager.py:392 +msgid "Path numbers must be positive." +msgstr "" + +#: redbot/core/cog_manager.py:376 +msgid "That is an invalid path number." +msgstr "" + +#: redbot/core/cog_manager.py:380 +msgid "Path successfully removed." +msgstr "" + +#: redbot/core/cog_manager.py:385 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:399 +msgid "Invalid 'from' index." +msgstr "" + +#: redbot/core/cog_manager.py:405 +msgid "Invalid 'to' index." +msgstr "" + +#: redbot/core/cog_manager.py:409 +msgid "Paths reordered." +msgstr "" + +#: redbot/core/cog_manager.py:414 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:427 +msgid "That path does not exist." +msgstr "" + +#: redbot/core/cog_manager.py:432 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "" + +#: redbot/core/cog_manager.py:438 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "" + +#: redbot/core/cog_manager.py:451 redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\n" +msgstr "" + +#: redbot/core/cog_manager.py:452 redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\n" +msgstr "" + +#: redbot/core/core_commands.py:181 +msgid "Alias {alias_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:186 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "" + +#: redbot/core/core_commands.py:398 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:410 +#, docstring +msgid "Pong." +msgstr "" + +#: redbot/core/core_commands.py:415 +#, docstring +msgid "Shows info about [botname].\n\n" +" See `[p]set custominfo` to customize.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:445 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by team" +msgstr "" + +#: redbot/core/core_commands.py:456 +msgid "Instance owned by" +msgstr "" + +#: redbot/core/core_commands.py:461 +msgid "Red version" +msgstr "" + +#: redbot/core/core_commands.py:464 redbot/core/core_commands.py:520 +msgid "Yes, {version} is available." +msgstr "" + +#: redbot/core/core_commands.py:468 redbot/core/core_commands.py:524 +msgid "Checking for updates failed." +msgstr "" + +#: redbot/core/core_commands.py:469 +msgid "Outdated" +msgstr "" + +#: redbot/core/core_commands.py:471 +msgid "About this instance" +msgstr "" + +#: redbot/core/core_commands.py:472 +msgid "About Red" +msgstr "" + +#: redbot/core/core_commands.py:475 redbot/core/core_commands.py:533 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "" + +#: redbot/core/core_commands.py:483 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "" + +#: redbot/core/core_commands.py:494 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:506 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "" + +#: redbot/core/core_commands.py:525 +msgid "Outdated: [{state}]\n" +msgstr "" + +#: redbot/core/core_commands.py:528 +msgid "**About Red**\n" +msgstr "" + +#: redbot/core/core_commands.py:539 +msgid "**About this instance**\n" +msgstr "" + +#: redbot/core/core_commands.py:541 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "" + +#: redbot/core/core_commands.py:557 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "" + +#: redbot/core/core_commands.py:560 +msgid "Less than one second" +msgstr "" + +#: redbot/core/core_commands.py:562 +msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" +msgstr "" + +#: redbot/core/core_commands.py:569 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:580 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "" + +#: redbot/core/core_commands.py:609 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:620 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "" + +#: redbot/core/core_commands.py:630 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:650 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:652 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:657 +msgid "3rd-party extensions without statements\n" +msgstr "" + +#: redbot/core/core_commands.py:668 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:684 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:689 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:700 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "" + +#: redbot/core/core_commands.py:722 +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 "" + +#: redbot/core/core_commands.py:732 +msgid "This may take some time." +msgstr "" + +#: redbot/core/core_commands.py:745 +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 "" + +#: redbot/core/core_commands.py:760 +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 "" + +#: redbot/core/core_commands.py:770 +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 "" + +#: redbot/core/core_commands.py:780 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:788 redbot/core/core_commands.py:955 +#: redbot/core/core_commands.py:1041 redbot/core/core_commands.py:1112 +msgid "{mention} The following cogs did not handle deletion:\n" +"{cogs}." +msgstr "" + +#: redbot/core/core_commands.py:798 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "" + +#: redbot/core/core_commands.py:800 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:809 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:815 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:826 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:834 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:843 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:847 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:864 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:872 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "" + +#: redbot/core/core_commands.py:883 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:897 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:915 redbot/core/core_commands.py:1072 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:930 redbot/core/core_commands.py:1087 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:941 redbot/core/core_commands.py:1098 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:951 redbot/core/core_commands.py:1108 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:962 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:973 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:996 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1022 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1033 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:1048 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1058 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:1119 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1141 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command_name]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1158 redbot/core/core_commands.py:1314 +#: redbot/core/core_commands.py:1365 redbot/core/core_commands.py:4282 +#: redbot/core/core_commands.py:4325 redbot/core/core_commands.py:4391 +#: redbot/core/core_commands.py:4422 +msgid "I couldn't find that command. Please note that it is case sensitive." +msgstr "" + +#: redbot/core/core_commands.py:1164 +msgid "Embed settings:\n\n" +msgstr "" + +#: redbot/core/core_commands.py:1166 +msgid "Global default: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1171 +msgid "Global command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1177 +msgid "Guild setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1182 +msgid "Server command setting for {command} command: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1188 +msgid "Channel setting: {value}\n" +msgstr "" + +#: redbot/core/core_commands.py:1191 +msgid "User setting: {value}" +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1211 +msgid "Embeds are now disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1214 +msgid "Embeds are now enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:1220 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1239 redbot/core/core_commands.py:1323 +#: redbot/core/core_commands.py:1414 redbot/core/core_commands.py:1445 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1244 +msgid "Embeds are now enabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1246 +msgid "Embeds are now disabled for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1254 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1283 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "" + +#: redbot/core/core_commands.py:1294 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1329 redbot/core/core_commands.py:1380 +msgid "Embeds are now enabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1335 redbot/core/core_commands.py:1386 +msgid "Embeds are now disabled for {command_name} command." +msgstr "" + +#: redbot/core/core_commands.py:1345 +#, docstring +msgid "\n" +" Sets a commmand's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "Embeds will now fall back to the server setting." +msgstr "" + +#: redbot/core/core_commands.py:1395 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel False` - Disables embeds in this channel.\n" +" - `[p]embedset channel` - Resets value to use guild default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1419 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1420 redbot/core/core_commands.py:2273 +#: redbot/core/core_commands.py:2294 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1426 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1450 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1452 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1458 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1487 +msgid "No exception has occurred yet." +msgstr "" + +#: redbot/core/core_commands.py:1492 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "" + +#: redbot/core/core_commands.py:1620 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "" + +#: redbot/core/core_commands.py:1625 +msgid "Are you sure you want me to leave these servers?" +msgstr "" + +#: redbot/core/core_commands.py:1633 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "" + +#: redbot/core/core_commands.py:1644 redbot/core/core_commands.py:2711 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1649 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1652 +msgid "Alright. Leaving {number} servers..." +msgstr "" + +#: redbot/core/core_commands.py:1659 +msgid "Alright, I'll stay then. :)" +msgstr "" + +#: redbot/core/core_commands.py:1661 +msgid "Alright, I'm not leaving those servers." +msgstr "" + +#: redbot/core/core_commands.py:1666 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1684 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1718 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1722 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1729 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1734 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1742 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 "" + +#: redbot/core/core_commands.py:1748 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1757 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1761 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1769 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1773 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1780 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1786 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1805 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1823 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1827 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1834 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1838 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1851 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +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 "" + +#: redbot/core/core_commands.py:1957 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1974 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1980 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1994 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1999 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:2003 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2021 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "" + +#: redbot/core/core_commands.py:2042 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "" + +#: redbot/core/core_commands.py:2064 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2085 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:2087 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:2092 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:2099 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:2104 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set description` - Resets the description to the default setting.\n" +" - `[p]set description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:2127 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "" + +#: redbot/core/core_commands.py:2141 +#, docstring +msgid "\n" +" Adds an admin role for this guild.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addadminrole @Admins`\n" +" - `[p]set addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2161 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2163 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2169 +#, docstring +msgid "\n" +" Adds a moderator role for this guild.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set addmodrole @Mods`\n" +" - `[p]set addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2188 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2190 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2196 +#, docstring +msgid "\n" +" Removes an admin role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removeadminrole @Admins`\n" +" - `[p]set removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2208 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2210 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:2216 +#, docstring +msgid "\n" +" Removes a mod role for this guild.\n\n" +" **Examples:**\n" +" - `[p]set removemodrole @Mods`\n" +" - `[p]set removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2228 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:2230 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:2236 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2248 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:2249 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:2257 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2272 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:2280 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2293 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:2301 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2321 +msgid "The color has been reset." +msgstr "" + +#: redbot/core/core_commands.py:2324 +msgid "The color has been set." +msgstr "" + +#: redbot/core/core_commands.py:2329 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set avatar https://links.flaree.xyz/k95` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "That URL is invalid." +msgstr "" + +#: redbot/core/core_commands.py:2354 +msgid "Something went wrong while trying to get the image." +msgstr "" + +#: redbot/core/core_commands.py:2364 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format." +msgstr "" + +#: redbot/core/core_commands.py:2371 +msgid "JPG / PNG format only." +msgstr "" + +#: redbot/core/core_commands.py:2373 redbot/core/core_commands.py:2600 +#: redbot/core/core_commands.py:2656 redbot/core/core_commands.py:2680 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:2378 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2386 +msgid "Avatar removed." +msgstr "" + +#: redbot/core/core_commands.py:2392 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set playing` - Clears the activity status.\n" +" - `[p]set playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2408 +msgid "The maximum length of game descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2416 +msgid "Status set to ``Playing {game.name}``." +msgstr "" + +#: redbot/core/core_commands.py:2418 +msgid "Game cleared." +msgstr "" + +#: redbot/core/core_commands.py:2424 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set listening` - Clears the activity status.\n" +" - `[p]set listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2441 +msgid "The maximum length of listening descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2450 +msgid "Status set to ``Listening to {listening}``." +msgstr "" + +#: redbot/core/core_commands.py:2453 +msgid "Listening cleared." +msgstr "" + +#: redbot/core/core_commands.py:2459 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set watching` - Clears the activity status.\n" +" - `[p]set watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "The maximum length of watching descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2482 +msgid "Status set to ``Watching {watching}``." +msgstr "" + +#: redbot/core/core_commands.py:2484 +msgid "Watching cleared." +msgstr "" + +#: redbot/core/core_commands.py:2490 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set competing` - Clears the activity status.\n" +" - `[p]set competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status." +msgstr "" + +#: redbot/core/core_commands.py:2507 +msgid "The maximum length of competing descriptions is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2516 +msgid "Status set to ``Competing in {competing}``." +msgstr "" + +#: redbot/core/core_commands.py:2519 +msgid "Competing cleared." +msgstr "" + +#: redbot/core/core_commands.py:2525 +#, docstring +msgid "Sets [botname]'s status.\n\n" +" Available statuses:\n" +" - `online`\n" +" - `idle`\n" +" - `dnd`\n" +" - `invisible`\n\n" +" **Examples:**\n" +" - `[p]set status online` - Clears the status.\n" +" - `[p]set status invisible`\n\n" +" **Arguments:**\n" +" - `` - One of the available statuses.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2555 +msgid "Status changed to {}." +msgstr "" + +#: redbot/core/core_commands.py:2563 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set stream` - Clears the activity status.\n" +" - `[p]set stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:2588 +msgid "The maximum length of the streamer url is 511 characters." +msgstr "" + +#: redbot/core/core_commands.py:2591 +msgid "The maximum length of the stream title is 128 characters." +msgstr "" + +#: redbot/core/core_commands.py:2605 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2621 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "" + +#: redbot/core/core_commands.py:2628 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2634 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "" + +#: redbot/core/core_commands.py:2644 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "" + +#: redbot/core/core_commands.py:2654 +msgid "Unexpected error occurred when trying to change the username." +msgstr "" + +#: redbot/core/core_commands.py:2662 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2674 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "" + +#: redbot/core/core_commands.py:2678 +msgid "I lack the permissions to change my own nickname." +msgstr "" + +#: redbot/core/core_commands.py:2685 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2702 +msgid "Warning: A prefix is above the recommended length (20 characters).\n" +"Do you want to continue? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:2715 +msgid "Cancelled." +msgstr "" + +#: redbot/core/core_commands.py:2719 +msgid "Prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2721 +msgid "Prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2727 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 20 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2745 +msgid "Server prefixes have been reset." +msgstr "" + +#: redbot/core/core_commands.py:2748 +msgid "You cannot have a prefix longer than 20 characters." +msgstr "" + +#: redbot/core/core_commands.py:2753 +msgid "Server prefix set." +msgstr "" + +#: redbot/core/core_commands.py:2755 +msgid "Server prefixes set." +msgstr "" + +#: redbot/core/core_commands.py:2760 +#, docstring +msgid "\n" +" Changes the bot's default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2781 redbot/core/core_commands.py:2825 +#: redbot/core/core_commands.py:2864 redbot/core/core_commands.py:2908 +msgid "Invalid language code. Use format: `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2785 redbot/core/core_commands.py:2829 +#: redbot/core/core_commands.py:2868 redbot/core/core_commands.py:2912 +msgid "Invalid format - language code has to include country code, e.g. `en-US`" +msgstr "" + +#: redbot/core/core_commands.py:2792 +msgid "Global locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2798 +#, docstring +msgid "\n" +" Changes the bot's locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2820 +msgid "Locale has been set to the default." +msgstr "" + +#: redbot/core/core_commands.py:2835 +msgid "Locale has been set." +msgstr "" + +#: redbot/core/core_commands.py:2841 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set globalregionalformat en-US`\n" +" - `[p]set globalregion de-DE`\n" +" - `[p]set globalregionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2858 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "" + +#: redbot/core/core_commands.py:2875 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2883 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Leave `language_code` empty to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2901 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "" + +#: redbot/core/core_commands.py:2919 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "" + +#: redbot/core/core_commands.py:2927 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2944 +msgid "The custom text has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:2948 +msgid "The custom text has been set." +msgstr "" + +#: redbot/core/core_commands.py:2951 +msgid "Text must be fewer than 1024 characters long." +msgstr "" + +#: redbot/core/core_commands.py:2956 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api Spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2977 +msgid "`{service}` API tokens have been set." +msgstr "" + +#: redbot/core/core_commands.py:2981 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2992 +msgid "No API services have been set yet." +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API services:\n" +msgstr "" + +#: redbot/core/core_commands.py:2997 +msgid "Set API service:\n" +msgstr "" + +#: redbot/core/core_commands.py:3007 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove Spotify`\n" +" - `[p]set api remove github audiodb`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3022 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "" + +#: redbot/core/core_commands.py:3026 +msgid "Service deleted successfully: {service_name}" +msgstr "" + +#: redbot/core/core_commands.py:3031 +msgid "None of the services you provided had any keys set." +msgstr "" + +#: redbot/core/core_commands.py:3036 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3045 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3059 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "" + +#: redbot/core/core_commands.py:3069 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3078 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "" + +#: redbot/core/core_commands.py:3087 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings``\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3097 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "" + +#: redbot/core/core_commands.py:3105 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When enabled, `[p]help` will only show one page at a time and will use reactions to navigate between pages.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus True` - Enables using menus.\n" +" - `[p]helpset usemenus` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_menus]` - Whether to use menus. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3125 +msgid "Help will use menus." +msgstr "" + +#: redbot/core/core_commands.py:3127 +msgid "Help will not use menus." +msgstr "" + +#: redbot/core/core_commands.py:3131 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3148 +msgid "Help will not filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3150 +msgid "Help will filter hidden commands." +msgstr "" + +#: redbot/core/core_commands.py:3154 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3171 +msgid "Help will show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3173 +msgid "Help will not show commands aliases." +msgstr "" + +#: redbot/core/core_commands.py:3177 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3198 +msgid "Help will now tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Help will not tick the command when sent in a DM." +msgstr "" + +#: redbot/core/core_commands.py:3204 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3221 +msgid "Help will only show for commands which can be run." +msgstr "" + +#: redbot/core/core_commands.py:3223 +msgid "Help will show up without checking if the commands can be run." +msgstr "" + +#: redbot/core/core_commands.py:3227 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3248 +msgid "Help will verify the existence of help topics." +msgstr "" + +#: redbot/core/core_commands.py:3251 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "" + +#: redbot/core/core_commands.py:3259 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3276 +msgid "You must give a value of at least 500 characters." +msgstr "" + +#: redbot/core/core_commands.py:3280 +msgid "Done. The character limit per page has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3284 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" Note: This setting does not apply to menu help.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3302 redbot/core/core_commands.py:3329 +msgid "You must give a value of zero or greater!" +msgstr "" + +#: redbot/core/core_commands.py:3306 +msgid "Done. The page limit has been set to {}." +msgstr "" + +#: redbot/core/core_commands.py:3311 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3332 +msgid "The delay cannot be longer than 14 days!" +msgstr "" + +#: redbot/core/core_commands.py:3337 +msgid "Done. Help messages will not be deleted now." +msgstr "" + +#: redbot/core/core_commands.py:3339 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "" + +#: redbot/core/core_commands.py:3343 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3358 +msgid "The tagline has been reset." +msgstr "" + +#: redbot/core/core_commands.py:3362 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "" + +#: redbot/core/core_commands.py:3370 +msgid "The tagline has been set." +msgstr "" + +#: redbot/core/core_commands.py:3375 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3387 +msgid "User ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3390 +msgid "through DM" +msgstr "" + +#: redbot/core/core_commands.py:3392 +msgid "from {}" +msgstr "" + +#: redbot/core/core_commands.py:3393 +msgid " | Server ID: {}" +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "" + +#: redbot/core/core_commands.py:3400 +msgid "Sent by {} {}" +msgstr "" + +#: redbot/core/core_commands.py:3405 +msgid "I've been configured not to send this anywhere." +msgstr "" + +#: redbot/core/core_commands.py:3476 +msgid "Your message has been sent." +msgstr "" + +#: redbot/core/core_commands.py:3478 +msgid "I'm unable to deliver your message. Sorry." +msgstr "" + +#: redbot/core/core_commands.py:3483 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3499 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "" + +#: redbot/core/core_commands.py:3509 +msgid "Owner of {}" +msgstr "" + +#: redbot/core/core_commands.py:3510 +msgid "You can reply to this message with {}contact" +msgstr "" + +#: redbot/core/core_commands.py:3524 redbot/core/core_commands.py:3534 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3537 +msgid "Message delivered to {}" +msgstr "" + +#: redbot/core/core_commands.py:3542 +#, docstring +msgid "Prints the bot's data path." +msgstr "" + +#: redbot/core/core_commands.py:3546 +msgid "Data path: {path}" +msgstr "" + +#: redbot/core/core_commands.py:3552 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "" + +#: redbot/core/core_commands.py:3639 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3650 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3663 +msgid "Users have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3665 +msgid "User has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3669 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3681 +msgid "Users on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3683 +msgid "User on the allowlist:" +msgstr "" + +#: redbot/core/core_commands.py:3687 redbot/core/core_commands.py:3785 +#: redbot/core/modlog.py:428 redbot/core/modlog.py:450 +#: redbot/core/modlog.py:466 +msgid "Unknown or Deleted User" +msgstr "" + +#: redbot/core/core_commands.py:3695 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3710 +msgid "Users have been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3712 +msgid "User has been removed from the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3716 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3725 +msgid "Allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3730 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3739 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3755 +msgid "You cannot add an owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3761 +msgid "Users have been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3763 +msgid "User has been added to the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3767 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3779 +msgid "Users on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3781 +msgid "User on the blocklist:" +msgstr "" + +#: redbot/core/core_commands.py:3793 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3806 +msgid "Users have been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3808 +msgid "User has been removed from the blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3812 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3819 +msgid "Blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3825 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3838 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3857 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "" + +#: redbot/core/core_commands.py:3866 +msgid "Users and/or roles have been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3868 +msgid "User or role has been added to the allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3872 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3884 +msgid "Allowed users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:3886 +msgid "Allowed user or role:" +msgstr "" + +#: redbot/core/core_commands.py:3890 redbot/core/core_commands.py:4012 +msgid "Unknown or Deleted User/Role" +msgstr "" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3921 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "" + +#: redbot/core/core_commands.py:3929 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3931 +msgid "User or role has been removed from the server allowlist." +msgstr "" + +#: redbot/core/core_commands.py:3935 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3944 +msgid "Server allowlist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:3950 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3961 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3975 +msgid "You cannot add yourself to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3978 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3981 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "" + +#: redbot/core/core_commands.py:3988 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3990 +msgid "User or role has been added from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:3994 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4006 +msgid "Blocked users and/or roles:" +msgstr "" + +#: redbot/core/core_commands.py:4008 +msgid "Blocked user or role:" +msgstr "" + +#: redbot/core/core_commands.py:4022 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4038 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4040 +msgid "User or role has been removed from the server blocklist." +msgstr "" + +#: redbot/core/core_commands.py:4044 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4053 +msgid "Server blocklist has been cleared." +msgstr "" + +#: redbot/core/core_commands.py:4058 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "" + +#: redbot/core/core_commands.py:4064 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4080 redbot/core/core_commands.py:4105 +#: redbot/core/core_commands.py:4125 redbot/core/core_commands.py:4155 +msgid "Cog with the given name doesn't exist." +msgstr "" + +#: redbot/core/core_commands.py:4082 +msgid "You can't disable this cog by default." +msgstr "" + +#: redbot/core/core_commands.py:4084 +msgid "{cogname} has been set as disabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4089 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4107 +msgid "{cogname} has been set as enabled by default." +msgstr "" + +#: redbot/core/core_commands.py:4112 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4127 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "" + +#: redbot/core/core_commands.py:4129 +msgid "{cogname} has been disabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4132 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4138 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4150 +msgid "{cogname} has been enabled in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4158 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "" + +#: redbot/core/core_commands.py:4164 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4177 +msgid "The following cogs are disabled in this guild:\n" +msgstr "" + +#: redbot/core/core_commands.py:4183 +msgid "There are no disabled cogs in this guild." +msgstr "" + +#: redbot/core/core_commands.py:4187 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4204 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4211 +msgid "There aren't any globally disabled commands." +msgstr "" + +#: redbot/core/core_commands.py:4214 +msgid "{} commands are disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4218 +msgid "1 command is disabled globally.\n" +msgstr "" + +#: redbot/core/core_commands.py:4226 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4233 +msgid "There aren't any disabled commands in {}." +msgstr "" + +#: redbot/core/core_commands.py:4236 +msgid "{} commands are disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4240 +msgid "1 command is disabled in {}.\n" +msgstr "" + +#: redbot/core/core_commands.py:4247 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4269 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4288 redbot/core/core_commands.py:4331 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "" + +#: redbot/core/core_commands.py:4294 redbot/core/core_commands.py:4337 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "" + +#: redbot/core/core_commands.py:4303 +msgid "That command is already disabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4312 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4342 +msgid "You are not allowed to disable that command." +msgstr "" + +#: redbot/core/core_commands.py:4352 +msgid "That command is already disabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4358 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4378 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4400 +msgid "That command is already enabled globally." +msgstr "" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4427 +msgid "You are not allowed to enable that command." +msgstr "" + +#: redbot/core/core_commands.py:4437 +msgid "That command is already enabled in this server." +msgstr "" + +#: redbot/core/core_commands.py:4444 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4465 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4474 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4487 +msgid "Roles immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4492 +msgid "Members immune from automated moderation actions:\n" +msgstr "" + +#: redbot/core/core_commands.py:4496 +msgid "No immunity settings here." +msgstr "" + +#: redbot/core/core_commands.py:4505 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @TwentySix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4517 +msgid "Already added." +msgstr "" + +#: redbot/core/core_commands.py:4525 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @TwentySix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4537 +msgid "Not in list." +msgstr "" + +#: redbot/core/core_commands.py:4545 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @TwentySix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4557 +msgid "They are immune." +msgstr "" + +#: redbot/core/core_commands.py:4559 +msgid "They are not immune." +msgstr "" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4573 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4592 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications adddestination #owner-notifications`\n" +" - `[p]ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4637 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]ownernotifications removedestination #owner-notifications`\n" +" - `[p]ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4661 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4671 +msgid "There are no extra channels being sent to." +msgstr "" + +#: redbot/core/core_commands.py:4682 +msgid "Unknown channel with id: {id}" +msgstr "" + +#: redbot/core/core_commands.py:4713 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4723 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4738 +#, docstring +msgid "\n" +" Ignore commands in the channel or category.\n\n" +" Defaults to the current channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. Can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4758 +msgid "Channel added to ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4760 +msgid "Channel already in ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4765 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4776 +msgid "This server has been added to the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4778 +msgid "This server is already being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4784 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4792 +#, docstring +msgid "\n" +" Remove a channel or category from the ignore list.\n\n" +" Defaults to the current channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can be a category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4811 +msgid "Channel removed from ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4813 +msgid "That channel is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4818 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4827 +msgid "This server has been removed from the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4829 +msgid "This server is not in the ignore list." +msgstr "" + +#: redbot/core/core_commands.py:4835 +msgid "This server is currently being ignored." +msgstr "" + +#: redbot/core/core_commands.py:4847 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}" +msgstr "" + +#: redbot/core/core_commands.py:4862 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:36 +#, docstring +msgid "Various development focused utilities." +msgstr "" + +#: redbot/core/dev_commands.py:123 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:167 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" ctx - command invocation context\n" +" bot - bot object\n" +" channel - the current channel object\n" +" author - command author's member object\n" +" message - the command's message object\n" +" discord - discord.py library\n" +" commands - redbot.core.commands\n" +" _ - The result of the last dev command.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:221 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:230 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "" + +#: redbot/core/dev_commands.py:234 +msgid "Already running a REPL session in this channel. Resume the REPL with `{}repl resume`." +msgstr "" + +#: redbot/core/dev_commands.py:245 +msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit. `{}repl pause` to pause." +msgstr "" + +#: redbot/core/dev_commands.py:259 +msgid "Exiting." +msgstr "" + +#: redbot/core/dev_commands.py:310 +msgid "Unexpected error: `{}`" +msgstr "" + +#: redbot/core/dev_commands.py:314 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel" +msgstr "" + +#: redbot/core/dev_commands.py:316 +msgid "There is no currently running REPL session in this channel." +msgstr "" + +#: redbot/core/dev_commands.py:324 +msgid "The REPL session in this channel has been resumed." +msgstr "" + +#: redbot/core/dev_commands.py:326 +msgid "The REPL session in this channel is now paused." +msgstr "" + +#: redbot/core/dev_commands.py:331 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:344 +#, docstring +msgid "Dispatch a message event as if it were sent by a different user.\n\n" +" Only reads the raw content of the message. Attachments, embeds etc. are\n" +" ignored.\n" +" " +msgstr "" + +#: redbot/core/dev_commands.py:365 +#, docstring +msgid "Give bot owners the ability to bypass cooldowns.\n\n" +" Does not persist through restarts." +msgstr "" + +#: redbot/core/dev_commands.py:373 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/dev_commands.py:375 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "" + +#: redbot/core/errors.py:49 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "" + +#: redbot/core/events.py:112 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "" + +#: redbot/core/events.py:122 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "" + +#: redbot/core/events.py:146 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:\n\n" +msgstr "" + +#: redbot/core/events.py:151 +msgid "Command Prompt" +msgstr "" + +#: redbot/core/events.py:153 +msgid "Terminal" +msgstr "" + +#: redbot/core/events.py:160 +msgid "\n" +"Once you've started up your bot again, if you have any 3rd-party cogs installed we then highly recommend you update them with this command in Discord: `[p]cog update`" +msgstr "" + +#: redbot/core/events.py:167 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "" + +#: redbot/core/events.py:232 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "" + +#: redbot/core/events.py:257 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "" + +#: redbot/core/events.py:282 +msgid "I require the {permission} permission to execute that command." +msgstr "" + +#: redbot/core/events.py:286 +msgid "I require {permission_list} permissions to execute that command." +msgstr "" + +#: redbot/core/events.py:294 +msgid "That command is not available in DMs." +msgstr "" + +#: redbot/core/events.py:296 +msgid "That command is only available in DMs." +msgstr "" + +#: redbot/core/events.py:298 +msgid "That command is only available in NSFW channels." +msgstr "" + +#: redbot/core/events.py:308 +msgid "This command is on cooldown. Try again in {delay}." +msgstr "" + +#: redbot/core/events.py:310 +msgid "This command is on cooldown. Try again in 1 second." +msgstr "" + +#: redbot/core/events.py:315 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "" + +#: redbot/core/events.py:320 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "" + +#: redbot/core/events.py:326 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:331 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:337 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "" + +#: redbot/core/events.py:342 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "" + +#: redbot/core/modlog.py:417 +msgid "Case #{} | {} {}" +msgstr "" + +#: redbot/core/modlog.py:419 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "" + +#: redbot/core/modlog.py:422 +msgid "Unknown" +msgstr "" + +#: redbot/core/modlog.py:426 redbot/core/modlog.py:448 +#: redbot/core/modlog.py:463 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:477 redbot/core/modlog.py:512 +msgid "**Reason:** {}" +msgstr "" + +#: redbot/core/modlog.py:491 +msgid "Moderator" +msgstr "" + +#: redbot/core/modlog.py:493 +msgid "Until" +msgstr "" + +#: redbot/core/modlog.py:494 +msgid "Duration" +msgstr "" + +#: redbot/core/modlog.py:498 redbot/core/modlog.py:503 +msgid "Channel" +msgstr "" + +#: redbot/core/modlog.py:499 +msgid "{channel} (deleted)" +msgstr "" + +#: redbot/core/modlog.py:505 +msgid "Amended by" +msgstr "" + +#: redbot/core/modlog.py:507 +msgid "Last modified at" +msgstr "" + +#: redbot/core/modlog.py:527 +msgid "**User:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:528 +msgid "**Moderator:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:531 +msgid "**Until:** {}\n" +"**Duration:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:534 +msgid "**Channel**: {} (Deleted)\n" +msgstr "" + +#: redbot/core/modlog.py:536 +msgid "**Channel**: {}\n" +msgstr "" + +#: redbot/core/modlog.py:538 +msgid "**Amended by:** {}\n" +msgstr "" + +#: redbot/core/modlog.py:540 +msgid "**Last modified at:** {}\n" +msgstr "" + diff --git a/rubycore/locales/zh-TW.po b/rubycore/locales/zh-TW.po new file mode 100644 index 0000000..9176419 --- /dev/null +++ b/rubycore/locales/zh-TW.po @@ -0,0 +1,4905 @@ +msgid "" +msgstr "" +"Project-Id-Version: red-discordbot\n" +"POT-Creation-Date: 2025-02-06 00:43+0000\n" +"Last-Translator: \n" +"Language-Team: Chinese Traditional\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: redgettext 3.4.2\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: red-discordbot\n" +"X-Crowdin-Project-ID: 289505\n" +"X-Crowdin-Language: zh-TW\n" +"X-Crowdin-File-ID: 4\n" +"Language: zh_TW\n" + +#: redbot/core/_cog_manager.py:326 +#, docstring +msgid "Commands to interface with Red's cog manager." +msgstr "與 Red 的 cog 管理器交互的命令。" + +#: redbot/core/_cog_manager.py:335 +#, docstring +msgid "\n" +" Lists current cog paths in order of priority.\n" +" " +msgstr "\n" +"按優先級順序列出當前 cog 路徑。 " + +#: redbot/core/_cog_manager.py:343 +msgid "Install Path: {install_path}\n" +"Core Path: {core_path}\n\n" +msgstr "安裝路徑:{install_path}\n" +"核心路徑:{core_path}\n\n" + +#: redbot/core/_cog_manager.py:357 +#, docstring +msgid "\n" +" Add a path to the list of available cog paths.\n" +" " +msgstr "\n" +"將路徑添加到可用 cog 路徑列表中。 " + +#: redbot/core/_cog_manager.py:361 +msgid "That path does not exist or does not point to a valid directory." +msgstr "該路徑不存在或未指向有效目錄。" + +#: redbot/core/_cog_manager.py:370 +msgid "A cog path cannot be part of bot's data path ({bot_data_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:380 +msgid "A cog path cannot be part of bot's core path ({core_path})." +msgstr "" + +#: redbot/core/_cog_manager.py:422 +msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n" +"For example, in the following case, you should be adding the {path} as a **cog path**:\n" +msgstr "" + +#: redbot/core/_cog_manager.py:429 +msgid "\n" +"Please consult the Cog Manager UI documentation, if you're unsure: " +msgstr "" + +#: redbot/core/_cog_manager.py:435 +msgid "Okay, the path will not be added." +msgstr "" + +#: redbot/core/_cog_manager.py:444 +msgid "Path successfully added." +msgstr "路徑已成功添加。" + +#: redbot/core/_cog_manager.py:449 +#, docstring +msgid "\n" +" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n" +" " +msgstr "\n" +" 在給定 `[p]paths` 中的 `path_numbers` 的情況下,從可用的 cog 路徑中刪除一個或多個路徑。\n" +" " + +#: redbot/core/_cog_manager.py:470 +msgid "The following paths were removed: {paths}" +msgstr "刪除了以下路徑:{paths}" + +#: redbot/core/_cog_manager.py:476 +msgid "The following path numbers did not exist: {path_numbers}" +msgstr "以下路徑編號不存在:{path_numbers}" + +#: redbot/core/_cog_manager.py:487 +#, docstring +msgid "\n" +" Reorders paths internally to allow discovery of different cogs.\n" +" " +msgstr "\n" +"在內部重新排序路徑以允許發現不同的 cog。 " + +#: redbot/core/_cog_manager.py:498 +msgid "Invalid 'from' index." +msgstr "'from' 索引無效。" + +#: redbot/core/_cog_manager.py:504 +msgid "Invalid 'to' index." +msgstr "'to' 索引無效。" + +#: redbot/core/_cog_manager.py:508 +msgid "Paths reordered." +msgstr "路徑重新排序。" + +#: redbot/core/_cog_manager.py:513 +#, docstring +msgid "\n" +" Returns the current install path or sets it if one is provided.\n\n" +" The provided path must be absolute or relative to the bot's\n" +" directory and it must already exist.\n\n" +" No installed cogs will be transferred in the process.\n" +" " +msgstr "\n" +"返回當前安裝路徑或設置它(如果提供)。\n\n" +" 提供的路徑必須是絕對的或相對於機器人的\n" +" 目錄並且它必須已經存在。\n\n" +" 在此過程中不會傳輸已安裝的 cog。 " + +#: redbot/core/_cog_manager.py:527 +msgid "That path does not exist." +msgstr "路徑不存在。" + +#: redbot/core/_cog_manager.py:532 +msgid "The bot will install new cogs to the `{}` directory." +msgstr "該機器人會將新的 cog 安裝到 `{}` 目錄。" + +#: redbot/core/_cog_manager.py:538 +#, docstring +msgid "\n" +" Lists all loaded and available cogs.\n" +" " +msgstr "\n" +"列出所有已加載和可用的 cog。 " + +#: redbot/core/_cog_manager.py:551 redbot/core/_cog_manager.py:566 +msgid "**{} loaded:**\n" +msgstr "**{} 已加載:**\n" + +#: redbot/core/_cog_manager.py:552 redbot/core/_cog_manager.py:568 +msgid "**{} unloaded:**\n" +msgstr "**{} 已卸載:**\n" + +#: redbot/core/_diagnoser.py:104 +msgid "To fix this issue, you need to do one of these:" +msgstr "要解決此問題,您需要執行以下操作之一:" + +#: redbot/core/_diagnoser.py:112 +msgid "Check if the command caller is not a bot" +msgstr "檢查命令調用者是否不是機器人" + +#: redbot/core/_diagnoser.py:118 +msgid "The user is a bot which prevents them from running any command." +msgstr "用戶是一個阻止他們運行任何命令的機器人。" + +#: redbot/core/_diagnoser.py:119 +msgid "This cannot be fixed - bots should not be listening to other bots." +msgstr "這無法修復 - 機器人不應該在聽其他機器人。" + +#: redbot/core/_diagnoser.py:123 +msgid "Check if the bot can send messages in the given channel" +msgstr "檢查機器人是否可以在給定頻道中發送消息" + +#: redbot/core/_diagnoser.py:130 +msgid "Bot is timed out in the given channel." +msgstr "機器人在頻道中超時。" + +#: redbot/core/_diagnoser.py:131 +msgid "To fix this issue, remove timeout from the bot." +msgstr "要解決此問題,請從機器人中刪除超時。" + +#: redbot/core/_diagnoser.py:137 +msgid "Bot doesn't have permission to send messages in the given channel." +msgstr "Bot 無權在給定頻道中發送消息。" + +#: redbot/core/_diagnoser.py:138 +msgid "To fix this issue, ensure that the permissions setup allows the bot to send messages per Discord's role hierarchy:\n" +"https://support.discord.com/hc/en-us/articles/206141927" +msgstr "要解決此問題,請確保權限設置允許機器人按照 Discord 的角色階級結構發送消息:\n" +"https://support.discord.com/hc/en-us/articles/206141927" + +#: redbot/core/_diagnoser.py:150 +msgid "Check if the channel and the server aren't set to be ignored" +msgstr "檢查頻道和服務器是否未設置為忽略" + +#: redbot/core/_diagnoser.py:156 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, and the server aren't a part of that list." +msgstr "要解決此問題,請檢查 {command} 命令返回的列表,並確保 {thread} 線程、其父通道和服務器不屬於該列表。" + +#: redbot/core/_diagnoser.py:165 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel and the server aren't a part of that list." +msgstr "要解決此問題,請檢查 {command} 命令返回的列表,並確保 {channel} 頻道和服務器不屬於該列表。" + +#: redbot/core/_diagnoser.py:175 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {thread} thread, its parent channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "要解決此問題,請檢查 {command} 命令返回的列表,並確保 {thread} 線程、它的父通道、它所屬的通道類別 ({channel_category}) 和服務器不是其中的一部分列表。" + +#: redbot/core/_diagnoser.py:186 +msgid "To fix this issue, check the list returned by the {command} command and ensure that the {channel} channel, the channel category it belongs to ({channel_category}), and the server aren't a part of that list." +msgstr "要解決此問題,請檢查 {command} 命令返回的列表,並確保 {channel} 頻道、它所屬的頻道類別 ({channel_category}) 和服務器不屬於該列表。" + +#: redbot/core/_diagnoser.py:200 +msgid "The bot is set to ignore commands in the given channel or this server." +msgstr "機器人設置為忽略給定頻道或此服務器中的命令。" + +#: redbot/core/_diagnoser.py:210 +msgid "Global allowlist prevents the user from running this command." +msgstr "全局白名單阻止用戶運行此命令。" + +#: redbot/core/_diagnoser.py:211 +msgid "To fix this issue, you can either add the user to the allowlist, or clear the allowlist.\n" +"If you want to keep the allowlist, you can run {command_1} which will add {user} to the allowlist.\n" +"If you instead want to clear the allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "要解決此問題,您可以將用戶添加到白名單,或清除白名單。\n" +"如果您想保留白名單,您可以運行 {command_1} 將 {user} 添加到白名單。\n" +"如果您想清除白名單並讓所有用戶自由運行命令,您可以運行 {command_2} 來執行此操作。" + +#: redbot/core/_diagnoser.py:227 +msgid "Global blocklist prevents the user from running this command." +msgstr "全局黑名單阻止用戶運行此命令。" + +#: redbot/core/_diagnoser.py:228 +msgid "To fix this issue, you can either remove the user from the blocklist, or clear the blocklist.\n" +"If you want to keep the blocklist, you can run {command_1} which will remove {user} from the blocklist.\n" +"If you instead want to clear the blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "要解決此問題,您可以將用戶從黑名單中刪除,或清除黑名單。\n" +"如果您想保留黑名單,您可以運行 {command_1} 將 {user} 從黑名單中刪除。\n" +"如果您想清除黑名單並讓所有用戶自由運行命令,您可以運行 {command_2} 來執行此操作。" + +#: redbot/core/_diagnoser.py:250 +msgid "Local allowlist prevents the user from running this command." +msgstr "本地白名單阻止用戶運行此命令。" + +#: redbot/core/_diagnoser.py:251 +msgid "To fix this issue, you can either add the user or one of their roles to the local allowlist, or clear the local allowlist.\n" +"If you want to keep the local allowlist, you can run {command_1} which will add {user} to the local allowlist.\n" +"If you instead want to clear the local allowlist and let all users run commands freely, you can run {command_2} to do that." +msgstr "要解決此問題,您可以將用戶或其角色之一添加到本地白名單,或清除本地白名單。\n" +"如果您想保留本地白名單,您可以運行 {command_1} 將 {user} 添加到本地白名單。\n" +"如果您想清除本地白名單並讓所有用戶自由運行命令,您可以運行 {command_2} 來執行此操作。" + +#: redbot/core/_diagnoser.py:265 +msgid "Local blocklist prevents the user from running this command." +msgstr "本地黑名單阻止用戶運行此命令。" + +#: redbot/core/_diagnoser.py:280 +msgid "To fix this issue, you can either remove the user's roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove the user's roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "要解決此問題,您可以從本地黑名單中刪除用戶的角色,或清除本地黑名單。\n" +"如果您想保留本地黑名單,您可以運行 {command_1},它將從本地黑名單中刪除用戶的角色 ({roles})。\n" +"如果您想清除本地黑名單並讓所有用戶自由運行命令,您可以運行 {command_2} 來執行此操作。" + +#: redbot/core/_diagnoser.py:305 +msgid "To fix this issue, you can either remove the user and their roles from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} and their roles ({roles}) from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "要解決此問題,您可以從本地黑名單中刪除用戶及其角色,或清除本地黑名單。\n" +"如果您想保留本地黑名單,您可以運行 {command_1},這將從本地黑名單中刪除 {user} 及其角色 ({roles})。\n" +"如果您想清除本地黑名單並讓所有用戶自由運行命令,您可以運行 {command_2} 來執行此操作。" + +#: redbot/core/_diagnoser.py:327 +msgid "To fix this issue, you can either remove the user from the local blocklist, or clear the local blocklist.\n" +"If you want to keep the local blocklist, you can run {command_1} which will remove {user} from the local blocklist.\n" +"If you instead want to clear the local blocklist and let all users run commands freely, you can run {command_2} to do that." +msgstr "要解決此問題,您可以從本地黑名單中刪除用戶,或清除本地黑名單。\n" +"如果您想保留本地黑名單,您可以運行 {command_1} 這將從本地黑名單中刪除 {user}。\n" +"如果您想清除本地黑名單並讓所有用戶自由運行命令,您可以運行 {command_2} 來執行此操作。" + +#: redbot/core/_diagnoser.py:342 +msgid "Allowlist and blocklist checks" +msgstr "白名單和黑名單檢查" + +#: redbot/core/_diagnoser.py:374 +msgid "Global, cog and command checks" +msgstr "全局、cog 和命令檢查" + +#: redbot/core/_diagnoser.py:381 +msgid "The given command is disabled in this guild." +msgstr "給定的命令在這個公會中被禁用。" + +#: redbot/core/_diagnoser.py:383 redbot/core/_diagnoser.py:858 +msgid "One of the parents of the given command is disabled globally." +msgstr "一個父級指令被全局禁用。" + +#: redbot/core/_diagnoser.py:389 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command in this guild." +msgstr "要解決此問題,您可以運行 {command} 來啟用此公會中的 {affected_command} 命令。" + +#: redbot/core/_diagnoser.py:410 +msgid "Other issues related to the checks" +msgstr "與檢查有關的其他問題" + +#: redbot/core/_diagnoser.py:411 +msgid "There's an issue related to the checks for {command} but we're not able to determine the exact cause." +msgstr "存在與 {command} 檢查相關的問題,但我們無法確定確切原因。" + +#: redbot/core/_diagnoser.py:415 +msgid "To fix this issue, a manual review of the global, cog and command checks is required." +msgstr "要解決此問題,需要手動檢查全局、cog 和命令檢查。" + +#: redbot/core/_diagnoser.py:423 +msgid "Global checks" +msgstr "全局檢查" + +#: redbot/core/_diagnoser.py:433 +msgid "One of the global checks for the command {command} failed with a message:\n" +"{message}" +msgstr "命令 {command} 的全局檢查之一失敗並顯示一條消息:\n" +"{message}" + +#: redbot/core/_diagnoser.py:437 +msgid "One of the global checks for the command {command} failed without a message." +msgstr "命令 {command} 的全局檢查之一失敗,沒有消息。" + +#: redbot/core/_diagnoser.py:441 +msgid "Cog check" +msgstr "Cog檢查" + +#: redbot/core/_diagnoser.py:458 +msgid "The cog check for the command {command} failed with a message:\n" +"{message}" +msgstr "命令 {command} 的 cog 檢查失敗並顯示一條消息:{message}" + +#: redbot/core/_diagnoser.py:459 +msgid "The cog check for the command {command} failed without a message." +msgstr "命令 {command} 的 cog 檢查失敗,沒有消息。" + +#: redbot/core/_diagnoser.py:463 +msgid "Command checks" +msgstr "命令檢查" + +#: redbot/core/_diagnoser.py:477 +msgid "One of the command checks for the command {command} failed with a message:\n" +"{message}" +msgstr "命令 {command} 的命令檢查之一失敗並顯示一條消息:{message}" + +#: redbot/core/_diagnoser.py:481 +msgid "One of the command checks for the command {command} failed without a message." +msgstr "命令 {command} 的命令檢查之一失敗,沒有消息。" + +#: redbot/core/_diagnoser.py:485 +msgid "Permissions verification" +msgstr "權限驗證" + +#: redbot/core/_diagnoser.py:488 +msgid "Cog permissions verification" +msgstr "" + +#: redbot/core/_diagnoser.py:503 +msgid "The cog of the given command is disabled in this guild." +msgstr "給予命令的cog在這個公會中被禁用。" + +#: redbot/core/_diagnoser.py:504 +msgid "To fix this issue, you can run {command} which will enable the {affected_cog} cog in this guild." +msgstr "要解決此問題,您可以運行 {command} 來啟用此公會中的 {affected_cog} cog。" + +#: redbot/core/_diagnoser.py:518 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "Bot 缺少 {cog} cog 所需的一些頻道權限 ({permissions})。" + +#: redbot/core/_diagnoser.py:526 +msgid "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "Bot is missing some of the channel permissions ({permissions}) required by the {command} command." + +#: redbot/core/_diagnoser.py:538 +msgid "To fix this issue, grant the required permissions to the bot through role settings or channel overrides." +msgstr "透過身分組設定或通道覆寫向用戶授予所需的許可權." + +#: redbot/core/_diagnoser.py:557 redbot/core/_diagnoser.py:653 +msgid "Other issues related to the permissions." +msgstr "與檢查有關的其他問題." + +#: redbot/core/_diagnoser.py:558 +msgid "Fatal error: There's an issue related to the permissions for the {cog} cog but we're not able to determine the exact cause." +msgstr "存在與 {cog} 檢查相關的問題,但我們無法確定確切原因。" + +#: redbot/core/_diagnoser.py:563 +msgid "Fatal error: There's an issue related to the permissions for the {command} command but we're not able to determine the exact cause." +msgstr "存在與 {command} 檢查相關的問題,但我們無法確定確切原因。" + +#: redbot/core/_diagnoser.py:567 +msgid "This is an unexpected error, please report it on Red's issue tracker." +msgstr "這是一個意外錯誤,請在Red的問題跟蹤器上報告。" + +#: redbot/core/_diagnoser.py:574 +msgid "Ensure that the command is not bot owner only" +msgstr "確保命令不只是機器人所有者" + +#: redbot/core/_diagnoser.py:582 +msgid "The command is bot owner only and the given user is not a bot owner." +msgstr "該命令僅為機器人所有者,使用者不是機器人所有者。" + +#: redbot/core/_diagnoser.py:583 +msgid "This cannot be fixed - regular users cannot run bot owner only commands." +msgstr "這無法修復——普通使用者不能只執行機器人所有者的命令。" + +#: redbot/core/_diagnoser.py:589 +msgid "Permission hooks" +msgstr "許可" + +#: redbot/core/_diagnoser.py:599 +msgid "Fatal error: the result of permission hooks is inconsistent." +msgstr "致命錯誤:許可權的結果不一致。" + +#: redbot/core/_diagnoser.py:600 redbot/core/_diagnoser.py:606 +#: redbot/core/_diagnoser.py:844 +msgid "To fix this issue, a manual review of the installed cogs is required." +msgstr "要解決此問題,需要手動檢查全局、cog 和命令檢查。" + +#: redbot/core/_diagnoser.py:605 +msgid "The access has been denied by one of the bot's permissions hooks." +msgstr "訪問已被機器人的一個許可權拒絕。" + +#: redbot/core/_diagnoser.py:615 +msgid "User's discord permissions, privilege level and rules from Permissions cog" +msgstr "使用者的Discord許可權、許可權級別和許可權cogs規則" + +#: redbot/core/_diagnoser.py:630 +msgid "The access has been denied due to the rules set for the {cog} cog with Permissions cog." +msgstr "由於為帶有許可權{cog} cog設定的規則,訪問已被拒絕。" + +#: redbot/core/_diagnoser.py:635 +msgid "The access has been denied due to the rules set for the {command} command with Permissions cog." +msgstr "由於為帶有許可權cog的{command} 命令設定的規則,訪問已被拒絕。" + +#: redbot/core/_diagnoser.py:639 +msgid "To fix the issue, a manual review of the rules is required." +msgstr "要解決此問題,需要手動檢查全局、cog 和命令檢查。" + +#: redbot/core/_diagnoser.py:654 +msgid "There's an issue related to the permissions of {cog} cog but we're not able to determine the exact cause." +msgstr "存在與 {cog} 檢查相關的問題,但我們無法確定確切原因。" + +#: redbot/core/_diagnoser.py:659 +msgid "There's an issue related to the permissions of {command} command but we're not able to determine the exact cause." +msgstr "存在與 {command} 檢查相關的問題,但我們無法確定確切原因。" + +#: redbot/core/_diagnoser.py:663 +msgid "To fix this issue, a manual review of the command is required." +msgstr "要解決此問題,需要手動檢查全局、cog 和命令檢查。" + +#: redbot/core/_diagnoser.py:670 +msgid "Permission checks" +msgstr "權限檢查" + +#: redbot/core/_diagnoser.py:674 +msgid "The access has been denied by one of the permissions checks of {cog} cog." +msgstr "{cog} cog的許可權檢查之一拒絕了訪問許可權。" + +#: redbot/core/_diagnoser.py:678 +msgid "The access has been denied by one of the permission checks of {command} command." +msgstr "{command} 指令的許可權檢查之一拒絕了訪問許可權。" + +#: redbot/core/_diagnoser.py:686 +msgid "To fix this issue, a manual review of the permission checks is required." +msgstr "要解決此問題,需要手動檢查全局、cog 和命令檢查。" + +#: redbot/core/_diagnoser.py:692 +msgid "User's discord permissions and privilege level" +msgstr "使用者的Discord許可權和許可權級別" + +#: redbot/core/_diagnoser.py:701 +msgid "grant the required permissions to the user through role settings or channel overrides" +msgstr "透過身分組設定或通道覆寫向用戶授予所需的許可權" + +#: redbot/core/_diagnoser.py:707 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {cog} cog." +msgstr "用戶 缺少 {cog} cog 所需的一些頻道權限 ({permissions})。" + +#: redbot/core/_diagnoser.py:712 +msgid "The user is missing some of the channel permissions ({permissions}) required by the {command} command." +msgstr "使用者缺少{command} 命令所需的一些頻道許可權({permissions}) 。" + +#: redbot/core/_diagnoser.py:721 +msgid "the guild owner" +msgstr "公會擁有者" + +#: redbot/core/_diagnoser.py:724 +msgid "the mod role" +msgstr "mod 身分組" + +#: redbot/core/_diagnoser.py:726 +msgid "the admin role" +msgstr "管理者身分組" + +#: redbot/core/_diagnoser.py:729 +msgid "assign appropriate role to the user" +msgstr "為使用者分配適當的身分組" + +#: redbot/core/_diagnoser.py:731 +msgid "The user is missing the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "使用者缺少{cog} 齒格所需的特權級別({privilege_level})。" + +#: redbot/core/_diagnoser.py:738 +msgid "The user is missing the privilege level ({privilege_level}) required by the {command} command." +msgstr "使用者缺少{command} 命令所需的特權級別({privilege_level})" + +#: redbot/core/_diagnoser.py:751 +msgid "add appropriate rule in the Permissions cog" +msgstr "在許可權cog中新增適當的規則" + +#: redbot/core/_diagnoser.py:754 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {cog} cog." +msgstr "使用者既沒有{cog} 齒格所需的通道許可權({permissions}) 或特權級別({privilege_level})。" + +#: redbot/core/_diagnoser.py:763 +msgid "The user has neither the channel permissions ({permissions}) nor the privilege level ({privilege_level}) required by the {command} command." +msgstr "用戶既沒有頻道權限 ({permissions}) 也沒有 {command} 命令所需的權限級別 ({privilege_level})。" + +#: redbot/core/_diagnoser.py:781 +msgid "Checks and permissions verification for the command {command}" +msgstr "命令 {command} 的檢查和權限驗證" + +#: redbot/core/_diagnoser.py:804 redbot/core/_diagnoser.py:917 +msgid "Other command checks" +msgstr "其他命令檢查" + +#: redbot/core/_diagnoser.py:805 redbot/core/_diagnoser.py:918 +msgid "The given command is failing one of the required checks." +msgstr "給的命令沒有透過所需的檢查之一。" + +#: redbot/core/_diagnoser.py:806 redbot/core/_diagnoser.py:919 +msgid "To fix this issue, a manual review of the command's checks is required." +msgstr "要解決此問題,需要手動檢查全局、cog 和命令檢查。" + +#: redbot/core/_diagnoser.py:817 +msgid "Global 'call once' checks" +msgstr "全局“呼叫一次”檢查" + +#: redbot/core/_diagnoser.py:839 +msgid "Other global 'call once' checks" +msgstr "其他全局“呼叫一次”檢查" + +#: redbot/core/_diagnoser.py:840 +msgid "One of the global 'call once' checks implemented by a 3rd-party cog prevents this command from being ran." +msgstr "實施了一個全局“呼叫一次”檢查但第三方cog阻止此命令被執行。" + +#: redbot/core/_diagnoser.py:849 +msgid "Check if the command is disabled" +msgstr "檢查命令是否被禁用" + +#: redbot/core/_diagnoser.py:859 redbot/core/_diagnoser.py:873 +msgid "To fix this issue, you can run {command} which will enable the {affected_command} command globally." +msgstr "要解決此問題,您可以運行 {command},它將全局啟用 {affected_command} 命令。" + +#: redbot/core/_diagnoser.py:872 +msgid "The given command is disabled globally." +msgstr "給的命令全局禁用。" + +#: redbot/core/_diagnoser.py:885 +msgid "Checks and permissions verification" +msgstr "檢查和許可權驗證" + +#: redbot/core/_diagnoser.py:936 +msgid "Passed" +msgstr "通過" + +#: redbot/core/_diagnoser.py:938 +msgid "Failed" +msgstr "失敗" + +#: redbot/core/_diagnoser.py:967 +msgid "All checks passed and no issues were detected. Make sure that the given parameters correspond to the channel, user, and command name that have been problematic.\n\n" +"If you still can't find the issue, it is likely that one of the 3rd-party cogs you're using adds a global or cog local before invoke hook that prevents the command from getting invoked as this can't be diagnosed with this tool." +msgstr "所有檢查都通過了,沒有檢測到任何問題。 確保給定的引數與有問題的通道、使用者和命令名稱相對應。\n\n" +"如果您仍然找不到問題,您正在使用的第三方cog之一可能會在呼叫hook之前新增一個全局cog或本地cog,以防止命令被呼叫,因為此工具無法診斷。" + +#: redbot/core/_diagnoser.py:978 +msgid "The bot has been able to identify the issue." +msgstr "機器人已經能夠識別問題。" + +#: redbot/core/_diagnoser.py:981 +msgid "Detected issue: " +msgstr "檢測到的問題: " + +#: redbot/core/_diagnoser.py:983 +msgid "Solution: " +msgstr "解決方案: " + +#: redbot/core/_diagnoser.py:985 +msgid "\n" +"Here's a detailed report in case you need it:" +msgstr "\n" +"這是一份詳細的報告,以備不時之需:" + +#: redbot/core/_diagnoser.py:986 +msgid "Channel: " +msgstr "頻道: " + +#: redbot/core/_diagnoser.py:987 +msgid "Command caller: " +msgstr "使用命令的人: " + +#: redbot/core/_diagnoser.py:988 +msgid "Command: " +msgstr "命令: " + +#: redbot/core/_diagnoser.py:989 +msgid "Tests that have been ran:" +msgstr "已運行的測試:" + +#: redbot/core/_events.py:56 +msgid "Your Red instance is out of date! {} is the current version, however you are using {}!" +msgstr "您的紅色實例已過時! {} 是當前版本,但您使用的是 {}!" + +#: redbot/core/_events.py:65 +msgid "\n\n" +"While the following command should work in most scenarios as it is based on your current OS, environment, and Python version, **we highly recommend you to read the update docs at <{docs}> and make sure there is nothing else that needs to be done during the update.**" +msgstr "\n\n" +"雖然以下命令應該在大多數情況下都有效,因為它基於您當前的操作系統、環境和 Python 版本,但 **我們強烈建議您閱讀 <{docs}> 上的更新文檔並確保沒有其他需要 在更新期間完成。**" + +#: redbot/core/_events.py:74 +msgid "\n\n" +"You have Python `{py_version}` and this update requires `{req_py}`; you cannot simply run the update command.\n\n" +"You will need to follow the update instructions in our docs above, if you still need help updating after following the docs go to our #support channel in " +msgstr "\n\n" +"您有 Python `{py_version}` 並且此更新需要 `{req_py}`; 您不能簡單地運行更新命令。\n\n" +"您將需要按照我們上面文檔中的更新說明進行操作,如果您在按照文檔操作後仍然需要更新幫助,請訪問我們在 中的#support 頻道" + +#: redbot/core/_events.py:120 +msgid "\n\n" +"To update your bot, first shutdown your bot then open a window of {console} (Not as admin) and run the following:{command_1}\n" +"Once you've started up your bot again, we recommend that you update any installed 3rd-party cogs with this command in Discord:{command_2}" +msgstr "\n\n" +"要更新您的機器人,請先關閉您的機器人,然後打開 {console} 窗口(非管理員身份)並運行以下命令:{command_1}\n" +"再次啟動機器人後,我們建議您在 Discord 中使用此命令更新任何已安裝的第 3 方齒輪:{command_2}" + +#: redbot/core/_events.py:128 +msgid "Command Prompt" +msgstr "命令提示符" + +#: redbot/core/_events.py:128 +msgid "Terminal" +msgstr "終端" + +#: redbot/core/_events.py:240 +msgid "`{user_input}` is not a valid value for `{command}`" +msgstr "`{user_input}` 不是 `{command}` 的有效值" + +#: redbot/core/_events.py:251 redbot/core/_events.py:304 +msgid "Argument `{parameter_name}` must be a positive integer." +msgstr "參數`{parameter_name}`必須是正整數" + +#: redbot/core/_events.py:253 redbot/core/_events.py:306 +msgid "Argument `{parameter_name}` must be an integer no more than {maximum}." +msgstr "參數 `{parameter_name}` 必須是不大於 {maximum} 的整數" + +#: redbot/core/_events.py:257 redbot/core/_events.py:310 +msgid "Argument `{parameter_name}` must be an integer no less than {minimum}." +msgstr "參數 `{parameter_name}` 必須是不小於 {minimum} 的整數" + +#: redbot/core/_events.py:261 redbot/core/_events.py:314 +msgid "Argument `{parameter_name}` must be an integer between {minimum} and {maximum}." +msgstr "參數'{parameter_name}'必須是介於 {minimum} 和 {maximum} 之間的整數" + +#: redbot/core/_events.py:266 redbot/core/_events.py:319 +msgid "Argument `{parameter_name}` must be a positive number." +msgstr "參數'{parameter_name}'必須是正數" + +#: redbot/core/_events.py:268 redbot/core/_events.py:321 +msgid "Argument `{parameter_name}` must be a number no more than {maximum}." +msgstr "參數 `{parameter_name}` 必須是不大於 {maximum} 的數字" + +#: redbot/core/_events.py:272 +msgid "Argument `{parameter_name}` must be a number no less than {maximum}." +msgstr "參數 `{parameter_name}` 必須是不小於 {maximum} 的數字" + +#: redbot/core/_events.py:276 redbot/core/_events.py:329 +msgid "Argument `{parameter_name}` must be a number between {minimum} and {maximum}." +msgstr "參數'{parameter_name}'必須是介於 {minimum} 和 {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 "參數 `{parameter_name}` 必須是長度不超過 {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 "參數 `{parameter_name}` 必須是長度不少於 {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 "參數 `{parameter_name}` 必須是長度介於 {minimum} 和 {maximum} 之間的字串" + +#: redbot/core/_events.py:325 +msgid "Argument `{parameter_name}` must be a number no less than {minimum}." +msgstr "參數 `{parameter_name}` 必須是不小於 {minimum} 的數字" + +#: redbot/core/_events.py:355 +msgid "\"{argument}\" is not an integer." +msgstr "“{argument}”不是整數。" + +#: redbot/core/_events.py:358 +msgid "\"{argument}\" is not a number." +msgstr "“{argument}”不是數字。" + +#: redbot/core/_events.py:385 redbot/core/tree.py:293 +msgid "Error in command '{command}'. Check your console or logs for details." +msgstr "命令“{command}”出錯。 檢查您的控制台或日誌以獲取詳細信息。" + +#: redbot/core/_events.py:388 redbot/core/tree.py:296 +msgid "Error in command '{command}'." +msgstr "指令“{command}”出錯。" + +#: redbot/core/_events.py:406 redbot/core/tree.py:310 +msgid "I require the {permission} permission to execute that command." +msgstr "我需要 {permission} 權限才能執行該命令。" + +#: redbot/core/_events.py:410 redbot/core/tree.py:314 +msgid "I require {permission_list} permissions to execute that command." +msgstr "我需要 {permission_list} 權限才能執行該命令。" + +#: redbot/core/_events.py:418 redbot/core/tree.py:321 +msgid "That command is not available in DMs." +msgstr "該指令在 DM 中不可用。" + +#: redbot/core/_events.py:420 +msgid "That command is only available in DMs." +msgstr "該指令僅在 DM 中可用。" + +#: redbot/core/_events.py:422 +msgid "That command is only available in NSFW channels." +msgstr "該指令僅在 NSFW 頻道中可用。" + +#: redbot/core/_events.py:434 redbot/core/tree.py:327 +msgid "This command is on cooldown. Try again {relative_time}." +msgstr "此命令正在冷卻。 {relative_time} 再試一次。" + +#: redbot/core/_events.py:441 +msgid "Too many people using this command. It can only be used {number} times concurrently." +msgstr "使用此指令的人太多。它只能同時使用 {number} 次。" + +#: redbot/core/_events.py:446 +msgid "Too many people using this command. It can only be used once concurrently." +msgstr "使用此指令的人太多。 它只能同時使用一次。" + +#: redbot/core/_events.py:452 +msgid "That command is still completing, it can only be used {number} times per {type} concurrently." +msgstr "該命令仍在完成中,每個 {type} 只能同時使用 {number} 次。" + +#: redbot/core/_events.py:457 +msgid "That command is still completing, it can only be used once per {type} concurrently." +msgstr "該命令仍在完成,每個 {type} 只能同時使用一次。" + +#: redbot/core/_events.py:463 +msgid "Too many people using this command. It can only be used {number} times per {type} concurrently." +msgstr "使用此命令的人太多。 每個{type} 只能同時使用{number} 次。" + +#: redbot/core/_events.py:468 +msgid "Too many people using this command. It can only be used once per {type} concurrently." +msgstr "使用此指令的人太多。每個{type} 只能同時使用一次。" + +#: redbot/core/bank.py:1060 +msgid "Can't pay for this command in DM without a global bank." +msgstr "如果沒有全球銀行,就無法在 DM 中支付此命令。 " + +#: redbot/core/bank.py:1067 +msgid "You need at least {cost} {currency} to use this command." +msgstr "您至少需要 {cost} {currency} 才能使用此命令。" + +#: redbot/core/bot.py:2482 +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 +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/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 中的現有命令或別名。" + +#: redbot/core/core_commands.py:202 +msgid "Command {command_name} is already an existing command or alias in one of the loaded cogs." +msgstr "命令 {command_name} 已經是一個已加載的 cogs 中的現有命令或別名。" + +#: redbot/core/core_commands.py:391 +#, docstring +msgid "\n" +" The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " +msgstr "\n" +"The Core cog has many commands related to core functions.\n\n" +" These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.\n" +" " + +#: redbot/core/core_commands.py:403 +#, docstring +msgid "Pong." +msgstr "砰。" + +#: redbot/core/core_commands.py:408 +#, docstring +msgid "Shows info about [botname]." +msgstr "顯示有​​關 [botname] 的信息。" + +#: redbot/core/core_commands.py:435 +msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. [Join us today]({}) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "這個機器人是 [Red, an open source Discord bot]({}) 的一個實例,由 [Twentysix]({}) 和 [由 many 改進]({}) 創建。\n\n" +"Red 得到了一個充滿激情的社區的支持,他們貢獻並創造了供所有人欣賞的內容。 [今天加入我們]({}) 幫助我們改進!\n\n" +"(c) cog創造者" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by team" +msgstr "團隊擁有的實例" + +#: redbot/core/core_commands.py:446 +msgid "Instance owned by" +msgstr "擁有的實例" + +#: redbot/core/core_commands.py:451 +msgid "Red version" +msgstr "Red 版本" + +#: redbot/core/core_commands.py:454 redbot/core/core_commands.py:510 +msgid "Yes, {version} is available." +msgstr "是的,{version} 可用" + +#: redbot/core/core_commands.py:458 redbot/core/core_commands.py:514 +msgid "Checking for updates failed." +msgstr "檢查更新失敗" + +#: redbot/core/core_commands.py:459 +msgid "Outdated" +msgstr "已過期" + +#: redbot/core/core_commands.py:461 +msgid "About this instance" +msgstr "關於這個實例" + +#: redbot/core/core_commands.py:462 +msgid "About Red" +msgstr "關於 Red" + +#: redbot/core/core_commands.py:465 redbot/core/core_commands.py:523 +msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" +msgstr "自 2016 年 1 月 2 日(過了 {} 天前!)" + +#: redbot/core/core_commands.py:473 +msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\n\n" +"Red is backed by a passionate community who contributes and creates content for everyone to enjoy. Join us today (4) and help us improve!\n\n" +"(c) Cog Creators" +msgstr "該機器人是 Red 的一個實例,這是一個開源 Discord 機器人 (1),由 Twentysix (2) 創建並經過許多 (3) 改進。\n\n" +"Red 得到了一個充滿激情的社區的支持,他們貢獻並創造了供所有人欣賞的內容。今天加入我們 (4) 並幫助我們改進!\n\n" +"(c) cog創造者" + +#: redbot/core/core_commands.py:484 +msgid "Instance owned by team: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "團隊擁有的實例:[{owner}]\n" +"Python:[{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red版本:[{red_version}] (7)\n" + +#: redbot/core/core_commands.py:496 +msgid "Instance owned by: [{owner}]\n" +"Python: [{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red version: [{red_version}] (7)\n" +msgstr "實例擁有者:[{owner}]\n" +"Python:[{python_version}] (5)\n" +"discord.py: [{dpy_version}] (6)\n" +"Red版本:[{red_version}] (7)\n" + +#: redbot/core/core_commands.py:515 +msgid "Outdated: [{state}]\n" +msgstr "過時:[{state}]\n" + +#: redbot/core/core_commands.py:518 +msgid "**About Red**\n" +msgstr "**關於Red**\n" + +#: redbot/core/core_commands.py:529 +msgid "**About this instance**\n" +msgstr "**關於這個實例**\n" + +#: redbot/core/core_commands.py:531 +msgid "**References**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" +msgstr "**參考**\n" +"1. <{}>\n" +"2. <{}>\n" +"3. <{}>\n" +"4. <{}>\n" +"5. <{}>\n" +"6. <{}>\n" +"7. <{}>\n" + +#: redbot/core/core_commands.py:553 +#, docstring +msgid "Shows [botname]'s uptime." +msgstr "顯示 [botname] 的正常運行時間。" + +#: redbot/core/core_commands.py:556 +msgid "Less than one second." +msgstr "不到一秒。" + +#: redbot/core/core_commands.py:558 +msgid "I have been up for: **{time_quantity}** (since {timestamp})" +msgstr "我一直在準備:**{time_quantity}**(自 {timestamp} 起)" + +#: redbot/core/core_commands.py:565 +#, docstring +msgid "\n" +" Commands which interact with the data [botname] has about you.\n\n" +" More information can be found in the [End User Data Documentation.](https://docs.discord.red/en/stable/red_core_data_statement.html)\n" +" " +msgstr "\n" +"與 [botname] 有關您的數據交互的命令。\n\n" +" 更多信息可以在 [最終用戶數據文檔](https://docs.discord.red/en/stable/red_core_data_statement.html) 中找到。 " + +#: redbot/core/core_commands.py:576 +#, docstring +msgid "\n" +" Find out what type of data [botname] stores and why.\n\n" +" **Example:**\n" +" - `[p]mydata whatdata`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:586 +msgid "This bot stores some data about users as necessary to function. This is mostly the ID your user is assigned by Discord, linked to a handful of things depending on what you interact with in the bot. There are a few commands which store it to keep track of who created something. (such as playlists) For full details about this as well as more in depth details of what is stored and why, see {link}.\n\n" +"Additionally, 3rd party addons loaded by the bot's owner may or may not store additional things. You can use `{prefix}mydata 3rdparty` to view the statements provided by each 3rd-party addition." +msgstr "該機器人會根據需要存儲有關用戶的一些數據以發揮作用。 這主要是 Discord 為您的用戶分配的 ID,根據您在 bot 中與之交互的內容與一些事物相關聯。 有一些命令可以存儲它以跟踪誰創建了某些東西。(例如播放列表)有關此內容的完整詳細信息以及有關存儲內容和原因的更多詳細信息,請參閱{link}。\n\n" +"此外,機器人所有者加載的第 3 方插件可能會或可能不會存儲其他內容。 您可以使用 `{prefix}mydata 3rdparty` 查看每個 3rd-party 添加提供的語句。" + +#: redbot/core/core_commands.py:605 +#, docstring +msgid "View the End User Data statements of each 3rd-party module.\n\n" +" This will send an attachment with the End User Data statements of all loaded 3rd party cogs.\n\n" +" **Example:**\n" +" - `[p]mydata 3rdparty`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:616 +msgid "I need to be able to attach files (try in DMs?)." +msgstr "我需要能夠附加文件(嘗試在 DM 中?)。" + +#: redbot/core/core_commands.py:626 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "此實例似乎沒有加載任何第 3 方擴展。" + +#: redbot/core/core_commands.py:646 +msgid "3rd party End User Data statements" +msgstr "第 3 方最終用戶數據聲明" + +#: redbot/core/core_commands.py:648 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "以下是第 3 方擴展提供的聲明。" + +#: redbot/core/core_commands.py:653 +msgid "3rd-party extensions without statements\n" +msgstr "不帶語句的 3rd 方擴展\n" + +#: redbot/core/core_commands.py:664 +msgid "Here's a generated page with the statements provided by 3rd-party extensions." +msgstr "這是一個生成的頁面,其中包含第 3 方擴展提供的語句。" + +#: redbot/core/core_commands.py:679 +msgid "Did not get confirmation, cancelling." +msgstr "沒有得到確認,取消。" + +#: redbot/core/core_commands.py:684 +msgid "Did not get a matching confirmation, cancelling." +msgstr "沒有得到匹配的確認,取消。" + +#: redbot/core/core_commands.py:695 +#, docstring +msgid "\n" +" Have [botname] forget what it knows about you.\n\n" +" This may not remove all data about you, data needed for operation,\n" +" such as command cooldowns will be kept until no longer necessary.\n\n" +" Further interactions with [botname] may cause it to learn about you again.\n\n" +" **Example:**\n" +" - `[p]mydata forgetme`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:710 +msgid "This command ({command}) does not support non-interactive usage." +msgstr "此命令 ({command}) 不支持非交互式使用。" + +#: 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 "這將導致機器人擺脫和/或分離與您的數據。 它不會刪除操作數據,例如 modlog 條目、警告或靜音。 如果您確定這是您想要的,請回復以下內容:" + +#: redbot/core/core_commands.py:727 +msgid "This may take some time." +msgstr "這可能會花上好一段時間" + +#: 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 "我試圖刪除關於您的所有非操作數據(我知道如何刪除){mention},但是以下模塊出錯:{modules}。 此外,以下 cogs 出錯:{cogs}。\n" +"請聯繫此機器人的所有者以解決此問題。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: 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 "我試圖刪除關於您的所有非操作數據(我知道如何刪除){mention},但是以下 cogs 出錯:{cogs}。\n" +"請聯繫此機器人的所有者以解決此問題。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: 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 "我試圖刪除關於您的所有非操作數據(我知道如何刪除){mention},但是以下模塊出錯:{modules}。 此外,以下 cogs 出錯:。\n" +"請聯繫此機器人的所有者以解決此問題。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:775 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "我已刪除有關您的所有非操作數據 (我知道如何刪除){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 "{mention} 以下 cogs 未處理刪除:\n" +"{cogs}。" + +#: redbot/core/core_commands.py:793 +#, docstring +msgid "[Coming Soon] Get what data [botname] has about you." +msgstr "[即將推出] 獲取 [botname] 擁有的關於您的哪些數據。" + +#: redbot/core/core_commands.py:795 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "此命令尚未執行任何操作,但我們正在努力添加對此的支持。" + +#: redbot/core/core_commands.py:804 +#, docstring +msgid "\n" +" Commands for more complete data handling.\n" +" " +msgstr "\n" +"用於更完整數據處理的命令。 " + +#: redbot/core/core_commands.py:810 +#, docstring +msgid "\n" +" Set the bot to allow users to request a data deletion.\n\n" +" This is on by default.\n" +" Opposite of `[p]mydata ownermanagement disallowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement allowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:821 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "用戶可以刪除自己的數據。 這不包括操作數據,例如被阻止的用戶。" + +#: redbot/core/core_commands.py:829 +#, docstring +msgid "\n" +" Set the bot to not allow users to request a data deletion.\n\n" +" Opposite of `[p]mydata ownermanagement allowuserdeletions`\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement disallowuserdeletions`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:838 +msgid "User can not delete their own data." +msgstr "用戶不能刪除自己的數據。" + +#: redbot/core/core_commands.py:842 +#, docstring +msgid "\n" +" Sets how user deletions are treated.\n\n" +" **Example:**\n" +" - `[p]mydata ownermanagement setuserdeletionlevel 1`\n\n" +" **Arguments:**\n" +" - `` - The strictness level for user deletion. See Level guide below.\n\n" +" Level:\n" +" - `0`: What users can delete is left entirely up to each cog.\n" +" - `1`: Cogs should delete anything the cog doesn't need about the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:859 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "Cogs 將被指示根據用戶請求刪除所有非操作數據。" + +#: redbot/core/core_commands.py:867 +msgid "Cogs will be informed a user has made a data deletion request, and the details of what to delete will be left to the discretion of the cog author." +msgstr "Cogs 將被告知用戶已提出數據刪除請求,刪除內容的詳細信息將由 cogs 作者自行決定。" + +#: redbot/core/core_commands.py:878 +#, docstring +msgid "\n" +" Handle a deletion request from Discord.\n\n" +" This will cause the bot to get rid of or disassociate all data from the specified user ID.\n" +" You should not use this unless Discord has specifically requested this with regard to a deleted user.\n" +" This will remove the user from various anti-abuse measures.\n" +" If you are processing a manual request from a user, you may want `[p]mydata ownermanagement deleteforuser` instead.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:892 +msgid "This will cause the bot to get rid of or disassociate all data from the specified user ID. You should not use this unless Discord has specifically requested this with regard to a deleted user. This will remove the user from various anti-abuse measures. If you are processing a manual request from a user, you may want `{prefix}{command_name}` instead.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "這將導致機器人擺脫或取消與指定用戶 ID 的所有數據的關聯。 除非 Discord 針對已刪除的用戶明確要求這樣做,否則您不應使用它。 這將使用戶擺脫各種反濫用措施。 如果您正在處理來自用戶的手動請求,您可能需要 `{prefix}{command_name}` 代替。\n\n" +"如果您確定這是您打算做的,請回復以下內容:" + +#: redbot/core/core_commands.py:910 redbot/core/core_commands.py:1067 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "我試圖刪除有關該用戶的所有數據(我知道如何刪除) 但是以下模塊出錯:{modules}。 此外,以下 cogs 出錯:{cogs}\n" +"請檢查您的日誌並聯繫這些 cogs 和模塊的創建者。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:925 redbot/core/core_commands.py:1082 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "我試圖刪除有關該用戶的所有數據(我知道如何刪除) 但是以下 cogs 出錯:{cogs}。\n" +"請檢查您的日誌並聯繫這些 cogs 和模塊的創建者。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:936 redbot/core/core_commands.py:1093 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "我試圖刪除有關該用戶的所有數據(我知道如何刪除) 但是以下模塊出錯:{modules}。\n" +"請檢查您的日誌並聯繫這些 cogs 和模塊的創建者。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:946 redbot/core/core_commands.py:1103 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "我已經刪除了有關該用戶的所有我知道如何刪除的數據。" + +#: redbot/core/core_commands.py:957 +#, docstring +msgid "Delete data [botname] has about a user for a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user.\n" +" Users have access to a different command for this unless they can't interact with the bot at all.\n" +" This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:968 +msgid "This will cause the bot to get rid of or disassociate a lot of non-operational data from the specified user. Users have access to different command for this unless they can't interact with the bot at all. This is a mostly safe operation, but you should not use it unless processing a request from this user as it may impact their usage of the bot. \n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "這將導致機器人擺脫或解除與指定用戶的大量非操作數據的關聯。 用戶可以為此訪問不同的命令,除非他們根本無法與機器人交互。 這是一個最安全的操作,但除非處理來自該用戶的請求,否則不應使用它,因為它可能會影響他們對機器人的使用。\n\n" +"如果您確定這是您打算做的,請回復以下內容:" + +#: redbot/core/core_commands.py:991 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}. Additionally, the following cogs errored: {cogs}\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "我試圖刪除有關該用戶的所有非操作數據(我知道如何刪除) 但是以下模塊出錯:{modules}。 此外,以下 cogs 出錯:{cogs}\n" +"請檢查您的日誌並聯繫這些 cogs 和模塊的創建者。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:1006 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "我試圖刪除有關該用戶的所有非操作數據(我知道如何刪除) 但是以下 cogs 錯誤:{cogs}。\n" +"請檢查您的日誌並聯繫這些 cogs 和模塊的創建者。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:1017 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\n" +"Please check your logs and contact the creators of these cogs and modules.\n" +"Note: Outside of these failures, data should have been deleted." +msgstr "我試圖刪除有關該用戶的所有非操作數據(我知道如何刪除) 但是以下 cogs 錯誤:{modules}。\n" +"請檢查您的日誌並聯繫這些 cogs 和模塊的創建者。\n" +"注意:在這些故障之外,數據應該已被刪除。" + +#: redbot/core/core_commands.py:1028 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "我已經刪除了有關該用戶的所有我知道如何刪除的數據。" + +#: redbot/core/core_commands.py:1043 +#, docstring +msgid "Delete data [botname] has about a user.\n\n" +" This will cause the bot to get rid of or disassociate a lot of data about the specified user.\n" +" This may include more than just end user data, including anti abuse records.\n\n" +" **Arguments:**\n" +" - `` - The id of the user whose data would be deleted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1053 +msgid "This will cause the bot to get rid of or disassociate a lot of data about the specified user. This may include more than just end user data, including anti abuse records.\n\n" +"If you are sure this is what you intend to do please respond with the following:" +msgstr "這將導致機器人擺脫或取消與指定用戶有關的大量數據。 這可能不僅包括最終用戶數據,還包括反濫用記錄。\n\n" +"如果您確定這是您打算做的,請回復以下內容:" + +#: redbot/core/core_commands.py:1114 +#, docstring +msgid "\n" +" Commands for toggling embeds on or off.\n\n" +" This setting determines whether or not to use embeds as a response to a command (for commands that support it).\n" +" The default is to use embeds.\n\n" +" The embed settings are checked until the first True/False in this order:\n\n" +" - In guild context:\n" +" 1. Channel override - `[p]embedset channel`\n" +" 2. Server command override - `[p]embedset command server`\n" +" 3. Server override - `[p]embedset server`\n" +" 4. Global command override - `[p]embedset command global`\n" +" 5. Global setting -`[p]embedset global`\n\n" +" - In DM context:\n" +" 1. User override - `[p]embedset user`\n" +" 2. Global command override - `[p]embedset command global`\n" +" 3. Global setting - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1139 +#, docstring +msgid "\n" +" Show the current embed settings.\n\n" +" Provide a command name to check for command specific embed settings.\n\n" +" **Examples:**\n" +" - `[p]embedset showsettings` - Shows embed settings.\n" +" - `[p]embedset showsettings info` - Also shows embed settings for the 'info' command.\n" +" - `[p]embedset showsettings \"ignore list\"` - Checking subcommands requires quotes.\n\n" +" **Arguments:**\n" +" - `[command]` - Checks this command for command specific embed settings.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1155 +msgid "Embed settings:\n\n" +msgstr "嵌入設置:\n\n" + +#: redbot/core/core_commands.py:1157 +msgid "Global default: {value}\n" +msgstr "全局默認值:{value}\n" + +#: redbot/core/core_commands.py:1162 +msgid "Global command setting for {command} command: {value}\n" +msgstr "{command} 命令的全局命令設置:{value}\n" + +#: redbot/core/core_commands.py:1168 +msgid "Guild setting: {value}\n" +msgstr "伺服器設置:{value}\n" + +#: redbot/core/core_commands.py:1173 +msgid "Server command setting for {command} command: {value}\n" +msgstr "{command} 命令的全局命令設置:{value}\n" + +#: redbot/core/core_commands.py:1179 +msgid "Channel setting: {value}\n" +msgstr "頻道設置:{value}\n" + +#: redbot/core/core_commands.py:1182 +msgid "User setting: {value}" +msgstr "使用者設定: {value}" + +#: redbot/core/core_commands.py:1188 +#, docstring +msgid "\n" +" Toggle the global embed setting.\n\n" +" This is used as a fallback if the user or guild hasn't set a preference.\n" +" The default is to use embeds.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Example:**\n" +" - `[p]embedset global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1202 +msgid "Embeds are now disabled by default." +msgstr "現在默認禁用嵌入訊息。" + +#: redbot/core/core_commands.py:1205 +msgid "Embeds are now enabled by default." +msgstr "現在默認啟用嵌入訊息。" + +#: redbot/core/core_commands.py:1211 +#, docstring +msgid "\n" +" Set the server's embed setting.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands done in a server.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset server False` - Disables embeds on this server.\n" +" - `[p]embedset server` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds on this server. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1230 redbot/core/core_commands.py:1308 +#: redbot/core/core_commands.py:1402 redbot/core/core_commands.py:1433 +msgid "Embeds will now fall back to the global setting." +msgstr "嵌入訊息現在將回退到全局設置。" + +#: redbot/core/core_commands.py:1235 +msgid "Embeds are now enabled for this guild." +msgstr "現在為這個公會啟用了嵌入訊息。" + +#: redbot/core/core_commands.py:1237 +msgid "Embeds are now disabled for this guild." +msgstr "該公會現在禁用嵌入訊息。" + +#: redbot/core/core_commands.py:1245 +#, docstring +msgid "\n" +" Sets a command's embed setting.\n\n" +" If you're the bot owner, this will try to change the command's embed setting globally by default.\n" +" Otherwise, this will try to change embed settings on the current server.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1274 +msgid "The passed command requires Embed Links permission and therefore cannot be set to not use embeds." +msgstr "傳遞的命令需要嵌入鏈接權限,因此不能設置為不使用嵌入。" + +#: redbot/core/core_commands.py:1285 +#, docstring +msgid "\n" +" Sets a command's embed setting globally.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command global info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command global info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command global \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1314 redbot/core/core_commands.py:1359 +msgid "Embeds are now enabled for {command_name} command." +msgstr "現在為 {command_name} 命令啟用了嵌入。" + +#: redbot/core/core_commands.py:1320 redbot/core/core_commands.py:1365 +msgid "Embeds are now disabled for {command_name} command." +msgstr "{command_name} 命令現在禁用嵌入。" + +#: redbot/core/core_commands.py:1330 +#, docstring +msgid "\n" +" Sets a command's embed setting for the current server.\n\n" +" If set, this is used instead of the server default to determine whether or not to use embeds.\n\n" +" If enabled is left blank, the setting will be unset and the server default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset command server info` - Clears command specific embed settings for 'info'.\n" +" - `[p]embedset command server info False` - Disables embeds for 'info'.\n" +" - `[p]embedset command server \"ignore list\" True` - Quotes are needed for subcommands.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds for this command. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1353 +msgid "Embeds will now fall back to the server setting." +msgstr "嵌入現在將回退到服務器設置。" + +#: redbot/core/core_commands.py:1381 +#, docstring +msgid "\n" +" Set's a channel's embed setting.\n\n" +" If set, this is used instead of the guild and command defaults to determine whether or not to use embeds.\n" +" This is used for all commands done in a channel.\n\n" +" If enabled is left blank, the setting will be unset and the guild default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset channel #text-channel False` - Disables embeds in the #text-channel.\n" +" - `[p]embedset channel #forum-channel disable` - Disables embeds in the #forum-channel.\n" +" - `[p]embedset channel #text-channel` - Resets value to use guild default in the #text-channel.\n\n" +" **Arguments:**\n" +" - `` - The text, voice, stage, or forum channel to set embed setting for.\n" +" - `[enabled]` - Whether to use embeds in this channel. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1407 +msgid "Embeds are now {} for this channel." +msgstr "嵌入現在是此頻道的 {}。" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "enabled" +msgstr "已啟用" + +#: redbot/core/core_commands.py:1408 redbot/core/core_commands.py:2813 +#: redbot/core/core_commands.py:2827 redbot/core/core_commands.py:4046 +#: redbot/core/core_commands.py:4067 +msgid "disabled" +msgstr "已停用" + +#: redbot/core/core_commands.py:1414 +#, docstring +msgid "\n" +" Sets personal embed setting for DMs.\n\n" +" If set, this is used instead of the global default to determine whether or not to use embeds.\n" +" This is used for all commands executed in a DM with the bot.\n\n" +" If enabled is left blank, the setting will be unset and the global default will be used instead.\n\n" +" To see full evaluation order of embed settings, run `[p]help embedset`.\n\n" +" **Examples:**\n" +" - `[p]embedset user False` - Disables embeds in your DMs.\n" +" - `[p]embedset user` - Resets value to use global default.\n\n" +" **Arguments:**\n" +" - `[enabled]` - Whether to use embeds in your DMs. Leave blank to reset to default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1438 +msgid "Embeds are now enabled for you in DMs." +msgstr "現在在 DM 中為您啟用了嵌入功能。" + +#: redbot/core/core_commands.py:1440 +msgid "Embeds are now disabled for you in DMs." +msgstr "現在,您在 DM 中禁用了嵌入功能。" + +#: redbot/core/core_commands.py:1446 +#, docstring +msgid "Sends to the owner the last command exception that has occurred.\n\n" +" If public (yes is specified), it will be sent to the chat instead.\n\n" +" Warning: Sending the traceback publicly can accidentally reveal sensitive information about your computer or configuration.\n\n" +" **Examples:**\n" +" - `[p]traceback` - Sends the traceback to your DMs.\n" +" - `[p]traceback True` - Sends the last traceback in the current context.\n\n" +" **Arguments:**\n" +" - `[public]` - Whether to send the traceback to the current context. Leave blank to send to your DMs.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1478 +msgid "No exception has occurred yet." +msgstr "目前還沒有發生異常。" + +#: redbot/core/core_commands.py:1483 +#, docstring +msgid "Shows [botname]'s invite url.\n\n" +" This will always send the invite to DMs to keep it private.\n\n" +" This command is locked to the owner unless `[p]inviteset public` is set to True.\n\n" +" **Example:**\n" +" - `[p]invite`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "This bot is currently **serverlocked**, meaning that it is locked to its current servers and will leave any server it joins." +msgstr "這個機器人目前是 **serverlocked**,這意味著它被鎖定到它當前的服務器並將離開它加入的任何服務器。" + +#: redbot/core/core_commands.py:1512 +#, docstring +msgid "Commands to setup [botname]'s invite settings." +msgstr "設置 [botname] 的邀請設置的命令。" + +#: redbot/core/core_commands.py:1517 +#, docstring +msgid "\n" +" Toggles if `[p]invite` should be accessible for the average user.\n\n" +" The bot must be made into a `Public bot` in the developer dashboard for public invites to work.\n\n" +" **Example:**\n" +" - `[p]inviteset public yes` - Toggles the public invite setting.\n\n" +" **Arguments:**\n" +" - `[confirm]` - Required to set to public. Not required to toggle back to private.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1554 +#, docstring +msgid "\n" +" Make the bot create its own role with permissions on join.\n\n" +" The bot will create its own role with the desired permissions when it joins a new server. This is a special role that can't be deleted or removed from the bot.\n\n" +" For that, you need to provide a valid permissions level.\n" +" You can generate one here: https://discordapi.com/permissions.html\n\n" +" Please note that you might need two factor authentication for some permissions.\n\n" +" **Example:**\n" +" - `[p]inviteset perms 134217728` - Adds a \"Manage Nicknames\" permission requirement to the invite.\n\n" +" **Arguments:**\n" +" - `` - The permission level to require for the bot in the generated invite.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1575 +#, docstring +msgid "\n" +" Add the `applications.commands` scope to your invite URL.\n\n" +" This allows the usage of slash commands on the servers that invited your bot with that scope.\n\n" +" Note that previous servers that invited the bot without the scope cannot have slash commands, they will have to invite the bot a second time.\n" +" " +msgstr "\n" +"將 `applications.commands` 範圍添加到您的邀請 URL。\n\n" +" 這允許在邀請具有該範圍的機器人的服務器上使用斜杠命令。\n\n" +" 請注意,在沒有範圍的情況下邀請機器人的先前服務器不能有斜杠命令,他們必須再次邀請機器人。 " + +#: redbot/core/core_commands.py:1586 +msgid "The `applications.commands` scope has been added to the invite URL." +msgstr "`applications.commands` 範圍已添加到邀請 URL。" + +#: redbot/core/core_commands.py:1590 +msgid "The `applications.commands` scope has been removed from the invite URL." +msgstr "`applications.commands` 範圍已從邀請 URL 中刪除。" + +#: redbot/core/core_commands.py:1596 +#, docstring +msgid "\n" +" Leaves servers.\n\n" +" If no server IDs are passed the local server will be left instead.\n\n" +" Note: This command is interactive.\n\n" +" **Examples:**\n" +" - `[p]leave` - Leave the current server.\n" +" - `[p]leave \"Red - Discord Bot\"` - Quotes are necessary when there are spaces in the name.\n" +" - `[p]leave 133049272517001216 240154543684321280` - Leaves multiple servers, using IDs.\n\n" +" **Arguments:**\n" +" - `[servers...]` - The servers to leave. When blank, attempts to leave the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1613 +msgid "You need to specify at least one server ID." +msgstr "您需要至少指定一個服務器 ID。" + +#: redbot/core/core_commands.py:1621 +msgid "You haven't passed any server ID. Do you want me to leave this server?" +msgstr "您尚未傳遞任何服務器 ID。你想讓我離開這個服務器嗎?" + +#: redbot/core/core_commands.py:1627 +msgid "Are you sure you want me to leave these servers?" +msgstr "是否確定要離開此頁面?" + +#: redbot/core/core_commands.py:1633 +msgid "Are you sure you want me to leave this server?" +msgstr "您確定要退出此群組嗎?" + +#: redbot/core/core_commands.py:1641 +msgid "I cannot leave the server `{server_name}`: I am the owner of it." +msgstr "我不能離開服務器`{server_name}`:我是它的所有者。" + +#: redbot/core/core_commands.py:1652 redbot/core/core_commands.py:4138 +#: redbot/core/core_commands.py:4156 +msgid "Response timed out." +msgstr "沒有回應,已逾時" + +#: redbot/core/core_commands.py:1657 +msgid "Alright. Bye :wave:" +msgstr "好的。再見:wave:" + +#: redbot/core/core_commands.py:1661 +msgid "Alright. Leaving {number} servers..." +msgstr "好的。正在離開 {number} 個服務器..." + +#: redbot/core/core_commands.py:1664 +msgid "Alright. Leaving one server..." +msgstr "好的。離開一個服務器..." + +#: redbot/core/core_commands.py:1670 +msgid "Alright, I'll stay then. :)" +msgstr "好吧,那我就留下來。 :)" + +#: redbot/core/core_commands.py:1673 +msgid "Alright, I'm not leaving those servers." +msgstr "好吧,我不會離開那些服務器" + +#: redbot/core/core_commands.py:1675 +msgid "Alright, I'm not leaving that server." +msgstr "好吧,我不會離開那個服務器。" + +#: redbot/core/core_commands.py:1680 +#, docstring +msgid "\n" +" Lists the servers [botname] is currently in.\n\n" +" Note: This command is interactive.\n" +" " +msgstr "\n" +"列出 [botname] 當前所在的服務器。\n\n" +" 注意:此命令是交互式的。 " + +#: redbot/core/core_commands.py:1700 +#, docstring +msgid "Loads cog packages from the local paths and installed cogs.\n\n" +" See packages available to load with `[p]cogs`.\n\n" +" Additional cogs can be added using Downloader, or from local paths using `[p]addpath`.\n\n" +" **Examples:**\n" +" - `[p]load general` - Loads the `general` cog.\n" +" - `[p]load admin mod mutes` - Loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to load.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1721 +msgid "Loaded {packs}." +msgstr "已加載 {packs}。" + +#: redbot/core/core_commands.py:1726 +msgid "The following package is already loaded: {pack}" +msgstr "以下包已加載:{pack}" + +#: redbot/core/core_commands.py:1730 +msgid "The following packages are already loaded: {packs}" +msgstr "以下包已加載:{packs}" + +#: redbot/core/core_commands.py:1737 +msgid "Failed to load the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "未能加載以下包:{pack}。\n" +"檢查您的控制台或日誌以獲取詳細信息。" + +#: redbot/core/core_commands.py:1742 +msgid "Failed to load the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "未能加載以下包:{packs}。\n" +"檢查您的控制台或日誌以獲取詳細信息。" + +#: 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 "以下名稱不是有效的包名稱:{pack}\n" +" 包名不能以數字開頭,只能包含 ascii 數字、字母和下劃線。" + +#: redbot/core/core_commands.py:1756 redbot/core/core_commands.py:1904 +msgid "The following names are not valid package names: {packs}\n" +"Package names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "以下名稱不是有效的包名稱:{packs}\n" +" 包名不能以數字開頭,只能包含 ascii 數字、字母和下劃線。" + +#: redbot/core/core_commands.py:1765 redbot/core/core_commands.py:1913 +msgid "The following package was not found in any cog path: {pack}." +msgstr "在任何 cog 路徑中都找不到以下包:{pack}。" + +#: redbot/core/core_commands.py:1769 redbot/core/core_commands.py:1917 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "在任何 cog 路徑中都找不到以下包:{packs}。" + +#: redbot/core/core_commands.py:1777 +msgid "This package could not be loaded for the following reason:\n\n" +"{reason}" +msgstr "由於以下原因,無法加載此包:\n\n" +" {reason}" + +#: redbot/core/core_commands.py:1781 +msgid "These packages could not be loaded for the following reasons:\n\n" +"{reasons}" +msgstr "由於以下原因,無法加載此包:\n\n" +" {reasons}" + +#: redbot/core/core_commands.py:1788 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\n" +"You should inform maintainer of the repo about this message." +msgstr "**警告**:以下 repo 正在使用標記為將來刪除的共享庫:{repo}。\n" +" 您應該將此消息通知 repo 的維護者。" + +#: redbot/core/core_commands.py:1794 redbot/core/core_commands.py:1942 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\n" +"You should inform maintainers of these repos about this message." +msgstr "**警告**:以下 repo 正在使用標記為將來刪除的共享庫:{repos}。\n" +" 您應該將此消息通知 repo 的維護者。" + +#: redbot/core/core_commands.py:1813 +#, docstring +msgid "Unloads previously loaded cog packages.\n\n" +" See packages available to unload with `[p]cogs`.\n\n" +" **Examples:**\n" +" - `[p]unload general` - Unloads the `general` cog.\n" +" - `[p]unload admin mod mutes` - Unloads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to unload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1831 +msgid "The following package was unloaded: {pack}." +msgstr "以下包已卸載:{pack}." + +#: redbot/core/core_commands.py:1835 +msgid "The following packages were unloaded: {packs}." +msgstr "以下包已卸載:{packs}." + +#: redbot/core/core_commands.py:1842 +msgid "The following package was not loaded: {pack}." +msgstr "未載入以下軟體包:{pack}。" + +#: redbot/core/core_commands.py:1846 +msgid "The following packages were not loaded: {packs}." +msgstr "未載入以下軟體包:{packs}。" + +#: redbot/core/core_commands.py:1859 +#, docstring +msgid "Reloads cog packages.\n\n" +" This will unload and then load the specified cogs.\n\n" +" Cogs that were not loaded will only be loaded.\n\n" +" **Examples:**\n" +" - `[p]reload general` - Unloads then loads the `general` cog.\n" +" - `[p]reload admin mod mutes` - Unloads then loads multiple cogs.\n\n" +" **Arguments:**\n" +" - `` - The cog packages to reload.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:1880 +msgid "Reloaded {packs}." +msgstr "重載 {packs}。" + +#: redbot/core/core_commands.py:1885 +msgid "Failed to reload the following package: {pack}.\n" +"Check your console or logs for details." +msgstr "未能加載以下包:{pack}。\n" +"檢查您的控制台或日誌以獲取詳細信息。" + +#: redbot/core/core_commands.py:1890 +msgid "Failed to reload the following packages: {packs}\n" +"Check your console or logs for details." +msgstr "未能加載以下包:{packs}。\n" +"檢查您的控制台或日誌以獲取詳細信息。" + +#: redbot/core/core_commands.py:1925 +msgid "This package could not be reloaded for the following reason:\n\n" +"{reason}" +msgstr "由於以下原因,無法加載此包:\n\n" +" {reason}" + +#: redbot/core/core_commands.py:1929 +msgid "These packages could not be reloaded for the following reasons:\n\n" +"{reasons}" +msgstr "由於以下原因,無法加載此包:\n\n" +" {reasons}" + +#: 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 "**警告**:以下 repo 正在使用標記為將來刪除的共享庫:{repo}。\n" +" 您應該將此消息通知 repo 的維護者。" + +#: redbot/core/core_commands.py:1962 +#, docstring +msgid "Base command for managing what application commands are able to be used on [botname]." +msgstr "" + +#: redbot/core/core_commands.py:1971 +#, docstring +msgid "Marks an application command as being enabled, allowing it to be added to the bot.\n\n" +" See commands available to enable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - 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 "" + +#: redbot/core/core_commands.py:1996 redbot/core/core_commands.py:2055 +msgid "Command type must be one of `slash`, `message`, or `user`." +msgstr "" + +#: redbot/core/core_commands.py:2003 +msgid "That application command is already enabled." +msgstr "" + +#: 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 "" + +#: redbot/core/core_commands.py:2019 +msgid "The command limit has been reached. Disable a command first." +msgstr "" + +#: redbot/core/core_commands.py:2024 +msgid "Enabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2036 +#, docstring +msgid "Marks an application command as being disabled, preventing it from being added to the bot.\n\n" +" See commands available to disable with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The command name to disable. Only the top level name of a group command should be used.\n" +" - `[command_type]` - What type of application command to disable. Must be one of `slash`, `message`, or `user`. Defaults to `slash`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2061 +msgid "That application command has been set as required for the cog to function by the author, and cannot be disabled. The cog must be unloaded to remove the command." +msgstr "" + +#: redbot/core/core_commands.py:2073 +msgid "That application command is already disabled or does not exist." +msgstr "" + +#: redbot/core/core_commands.py:2079 +msgid "Disabled {command_type} application command `{command_name}`" +msgstr "" + +#: redbot/core/core_commands.py:2087 +#, docstring +msgid "Marks all application commands in a cog as being enabled, allowing them to be added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to enable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2124 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands" +msgstr "" + +#: redbot/core/core_commands.py:2142 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for slash commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2151 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for message commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2160 +msgid "Enabling all application commands from these cogs would enable a total of {count} commands, exceeding the {cap} command limit for user commands. Disable some commands first." +msgstr "" + +#: redbot/core/core_commands.py:2187 +msgid "Enabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2192 +msgid "Couldn't find any disabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2203 +#, docstring +msgid "Marks all application commands in a cog as being disabled, preventing them from being added to the bot.\n\n" +" See a list of cogs with application commands with `[p]slash list`.\n\n" +" This command does NOT sync the enabled commands with Discord, that must be done manually with `[p]slash sync` for commands to appear in users' clients.\n\n" +" **Arguments:**\n" +" - `` - The cogs to disable commands from. This argument is case sensitive.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2231 redbot/core/core_commands.py:2251 +msgid "Couldn't find any enabled commands from {cog_names}. Use `{prefix}slash list` to see all cogs with application commands." +msgstr "" + +#: redbot/core/core_commands.py:2244 +msgid "Disabled {count} commands from {cog_names}:\n" +"{names}" +msgstr "" + +#: redbot/core/core_commands.py:2262 +#, docstring +msgid "List the slash commands the bot can see, and whether or not they are enabled.\n\n" +" This command shows the state that will be changed to when `[p]slash sync` is run.\n" +" Commands from the same cog are grouped, with the cog name as the header.\n\n" +" The prefix denotes the state of the command:\n" +" - Commands starting with `- ` have not yet been enabled.\n" +" - Commands starting with `+ ` have been manually enabled.\n" +" - Commands starting with `++` have been enabled by the cog author, and cannot be disabled.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2352 +msgid "There are no application commands to list." +msgstr "" + +#: redbot/core/core_commands.py:2383 +#, docstring +msgid "Syncs the slash settings to discord.\n\n" +" Settings from `[p]slash list` will be synced with discord, changing what commands appear for users.\n" +" This should be run sparingly, make all necessary changes before running this command.\n\n" +" **Arguments:**\n" +" - `[guild]` - If provided, syncs commands for that guild. Otherwise, syncs global commands.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2403 +msgid "I need the `applications.commands` scope in this server to be able to do that. You can tell the bot to add that scope to invite links using `{prefix}inviteset commandscope`, and can then run `{prefix}invite` to get an invite that will give the bot the scope. You do not need to kick the bot to enable the scope, just use that invite to re-auth the bot with the scope enabled." +msgstr "" + +#: redbot/core/core_commands.py:2414 +msgid "Synced {count} commands." +msgstr "已同步 {count} 個指令。" + +#: redbot/core/core_commands.py:2427 +msgid "You seem to be attempting to sync after recently syncing. Discord does not like it when bots sync more often than necessary, so this command has a cooldown. You should enable/disable all commands you want to change first, and run this command one time only after all changes have been made. " +msgstr "" + +#: redbot/core/core_commands.py:2438 +#, docstring +msgid "Shuts down the bot.\n\n" +" Allows [botname] to shut down gracefully.\n\n" +" This is the recommended method for shutting down the bot.\n\n" +" **Examples:**\n" +" - `[p]shutdown`\n" +" - `[p]shutdown True` - Shutdowns silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the shutdown message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2455 +msgid "Shutting down... " +msgstr "正在關機…… " + +#: redbot/core/core_commands.py:2461 +#, docstring +msgid "Attempts to restart [botname].\n\n" +" Makes [botname] quit with exit code 26.\n" +" The restart is not guaranteed: it must be dealt with by the process manager in use.\n\n" +" **Examples:**\n" +" - `[p]restart`\n" +" - `[p]restart True` - Restarts silently.\n\n" +" **Arguments:**\n" +" - `[silently]` - Whether to skip sending the restart message. Defaults to False.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2475 +msgid "Restarting..." +msgstr "正在重新啟動..." + +#: redbot/core/core_commands.py:2482 +#, docstring +msgid "Base command for bank settings." +msgstr "銀行設定的基本命令。" + +#: redbot/core/core_commands.py:2486 +#, docstring +msgid "Show the current bank settings." +msgstr "顯示當前銀行設定。" + +#: redbot/core/core_commands.py:2496 +msgid "Global" +msgstr "全域" + +#: redbot/core/core_commands.py:2496 +msgid "Server" +msgstr "伺服器" + +#: redbot/core/core_commands.py:2501 +msgid "Bank settings:\n\n" +"Bank name: {bank_name}\n" +"Bank scope: {bank_scope}\n" +"Currency: {currency_name}\n" +"Default balance: {default_balance}\n" +"Maximum allowed balance: {maximum_bal}\n" +msgstr "銀行設置:\n\n" +" 銀行名稱:{bank_name}\n" +" 銀行範圍:{bank_scope}\n" +" 貨幣:{currency_name}\n" +" 默認餘額:{default_balance}\n" +" 最大允許餘額:{maximum_bal}\n" + +#: redbot/core/core_commands.py:2517 +#, docstring +msgid "Toggle whether the bank is global or not.\n\n" +" If the bank is global, it will become per-server.\n" +" If the bank is per-server, it will become global.\n" +" " +msgstr "切換銀行是否是全局性的。\n\n" +"如果該銀行是全局性的,它將成為每個伺服器。\n\n" +"如果該銀行是每個伺服器,它將成為全局性的。 " + +#: redbot/core/core_commands.py:2524 +msgid "per-server" +msgstr "per-server" + +#: redbot/core/core_commands.py:2524 +msgid "global" +msgstr "全局" + +#: redbot/core/core_commands.py:2527 +msgid "This will toggle the bank to be {banktype}, deleting all accounts in the process! If you're sure, type `{command}`" +msgstr "這會將銀行切換為 {banktype},刪除過程中的所有帳戶! 如果你確定,輸入`{command}`" + +#: redbot/core/core_commands.py:2534 +msgid "The bank is now {banktype}." +msgstr "銀行現在是 {banktype}。" + +#: redbot/core/core_commands.py:2540 +#, docstring +msgid "Set the bank's name." +msgstr "設定銀行名稱。" + +#: redbot/core/core_commands.py:2542 +msgid "Bank name has been set to: {name}" +msgstr "銀行名稱已設定為:{name}" + +#: redbot/core/core_commands.py:2548 +#, docstring +msgid "Set the name for the bank's currency." +msgstr "設定銀行貨幣的名稱。" + +#: redbot/core/core_commands.py:2550 +msgid "Currency name has been set to: {name}" +msgstr "銀行名稱已設定為:{name}" + +#: redbot/core/core_commands.py:2556 +#, docstring +msgid "Set the maximum balance a user can get." +msgstr "設定使用者可以獲得的最大餘額。" + +#: redbot/core/core_commands.py:2562 +msgid "Amount must be greater than zero and less than {max}." +msgstr "金額必須大於0或小於餘額{max}。" + +#: redbot/core/core_commands.py:2567 +msgid "Maximum balance has been set to: {amount}" +msgstr "最大餘額已設定為:{amount}" + +#: redbot/core/core_commands.py:2574 +#, docstring +msgid "Set the initial balance for new bank accounts.\n\n" +" Example:\n" +" - `[p]bankset registeramount 5000`\n\n" +" **Arguments**\n\n" +" - `` The new initial balance amount. Default is 0.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2590 +msgid "Amount must be greater than or equal to zero and less than {maxbal}." +msgstr "金額必須大於或等於零,小於{maxbal}。" + +#: redbot/core/core_commands.py:2595 +msgid "Registering an account will now give {num} {currency}." +msgstr "註冊帳戶現在將給出{num}{currency}." + +#: redbot/core/core_commands.py:2604 +#, docstring +msgid "Delete all bank accounts.\n\n" +" Examples:\n" +" - `[p]bankset reset` - Did not confirm. Shows the help message.\n" +" - `[p]bankset reset yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2616 +msgid "This will delete all bank accounts for {scope}.\n" +"If you're sure, type `{prefix}bankset reset yes`" +msgstr "這將刪除不再在此服務器中的用戶的所有銀行帳戶{scope}。\n" +"如果你確定,輸入`{prefix}bankset prune local yes`" + +#: redbot/core/core_commands.py:2622 redbot/core/core_commands.py:2632 +msgid "this server" +msgstr "這伺服器" + +#: redbot/core/core_commands.py:2629 +msgid "All bank accounts for {scope} have been deleted." +msgstr "{scope} 的所有銀行賬戶都已刪除。" + +#: redbot/core/core_commands.py:2640 +#, docstring +msgid "Base command for pruning bank accounts." +msgstr "設定銀行賬戶的基本命令。" + +#: redbot/core/core_commands.py:2647 +#, docstring +msgid "Prune bank accounts for users no longer in the server.\n\n" +" Cannot be used with a global bank. See `[p]bankset prune global`.\n\n" +" Examples:\n" +" - `[p]bankset prune server` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune server yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2661 +msgid "This command cannot be used with a global bank." +msgstr "此命令不能與全局銀行一起使用。" + +#: redbot/core/core_commands.py:2665 +msgid "This will delete all bank accounts for users no longer in this server.\n" +"If you're sure, type `{prefix}bankset prune local yes`" +msgstr "這將刪除不再在此服務器中的用戶的所有銀行帳戶。\n" +"如果你確定,輸入`{prefix}bankset prune local yes`" + +#: redbot/core/core_commands.py:2674 +msgid "Bank accounts for users no longer in this server have been deleted." +msgstr "不再在此服務器中的用戶的銀行帳戶已被刪除。" + +#: redbot/core/core_commands.py:2680 +#, docstring +msgid "Prune bank accounts for users who no longer share a server with the bot.\n\n" +" Cannot be used without a global bank. See `[p]bankset prune server`.\n\n" +" Examples:\n" +" - `[p]bankset prune global` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune global yes`\n\n" +" **Arguments**\n\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2694 +msgid "This command cannot be used with a local bank." +msgstr "此命令不能與本地銀行一起使用。" + +#: redbot/core/core_commands.py:2698 +msgid "This will delete all bank accounts for users who no longer share a server with the bot.\n" +"If you're sure, type `{prefix}bankset prune global yes`" +msgstr "這將刪除不再與機器人共享服務器的用戶的所有銀行賬戶。\n" +"如果你確定,輸入`{prefix}bankset prune global yes`" + +#: redbot/core/core_commands.py:2707 +msgid "Bank accounts for users who no longer share a server with the bot have been pruned." +msgstr "不再與機器人共享服務器的用戶的銀行賬戶已被刪除。" + +#: redbot/core/core_commands.py:2720 +#, docstring +msgid "Delete the bank account of a specified user.\n\n" +" Examples:\n" +" - `[p]bankset prune user @Twentysix` - Did not confirm. Shows the help message.\n" +" - `[p]bankset prune user @Twentysix yes`\n\n" +" **Arguments**\n\n" +" - `` The user to delete the bank of. Takes mentions, names, and user ids.\n" +" - `` This will default to false unless specified.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2740 +msgid "This will delete {name}'s bank account.\n" +"If you're sure, type `{prefix}bankset prune user {id} yes`" +msgstr "這將刪除 {name} 的銀行帳戶。\n" +"如果你確定,輸入`{prefix}bankset prune user {id} yes`" + +#: redbot/core/core_commands.py:2748 +msgid "The bank account for {name} has been pruned." +msgstr "{name} 的銀行帳戶已被刪除。" + +#: redbot/core/core_commands.py:2753 +#, docstring +msgid "Manage modlog settings." +msgstr "管理 modlog 設置。" + +#: redbot/core/core_commands.py:2759 +#, docstring +msgid "Command to fix misbehaving casetypes." +msgstr "修復行為不為案例類型的命令。" + +#: redbot/core/core_commands.py:2770 +#, docstring +msgid "Set a channel as the modlog.\n\n" +" Omit `[channel]` to disable the modlog.\n" +" " +msgstr "將頻道設置為 modlog。\n\n" +" 省略 `[channel]` 以禁用 modlog。 " + +#: redbot/core/core_commands.py:2779 +msgid "Mod events will be sent to {channel}." +msgstr "Mod 事件將被發送到 {channel}。" + +#: redbot/core/core_commands.py:2783 +msgid "I do not have permissions to send messages in {channel}!" +msgstr "我沒有在 {channel} 中發送消息的權限!" + +#: redbot/core/core_commands.py:2791 +msgid "Mod log is already disabled." +msgstr "%s陷入定身狀態!" + +#: redbot/core/core_commands.py:2794 +msgid "Mod log deactivated." +msgstr "模組日誌已停用。" + +#: redbot/core/core_commands.py:2799 +#, docstring +msgid "\n" +" Enable or disable case creation for a mod action.\n\n" +" An action can be enabling or disabling specific cases. (Ban, kick, mute, etc.)\n\n" +" Example: `[p]modlogset cases kick enabled`\n" +" " +msgstr "\n" +" 為 mod 操作啟用或禁用案例創建。\n\n" +" 操作可以啟用或禁用特定案例。(封鎖、踢出、靜音等)\n\n" +" 示例:`[p]modlogset cases kick enabled`\n" +" " + +#: redbot/core/core_commands.py:2816 +msgid "Current settings:\n" +msgstr "當前的設置\n" + +#: redbot/core/core_commands.py:2821 +msgid "That action is not registered." +msgstr "標籤未註冊" + +#: redbot/core/core_commands.py:2826 +msgid "Case creation for {action_name} actions is now {enabled}." +msgstr "{action_name} 操作的案例創建現已{enabled}." + +#: redbot/core/core_commands.py:2834 +#, docstring +msgid "Reset all modlog cases in this server." +msgstr "重置此服務器中的所有 modlog 案例" + +#: redbot/core/core_commands.py:2837 +msgid "Are you sure you would like to reset all modlog cases in this server?" +msgstr "您確定要重置此服務器中的所有 modlog 案例嗎?" + +#: redbot/core/core_commands.py:2844 +msgid "You took too long to respond." +msgstr "你反應太久了。" + +#: redbot/core/core_commands.py:2848 +msgid "Cases have been reset." +msgstr "案件已被重置。" + +#: redbot/core/core_commands.py:2850 +msgid "No changes have been made." +msgstr "沒有作出任何更改" + +#: redbot/core/core_commands.py:2854 +#, docstring +msgid "Commands for changing [botname]'s settings." +msgstr "用於更改 [botname] 設置的命令。" + +#: redbot/core/core_commands.py:2861 +#, docstring +msgid "Commands for changing [botname]'s metadata." +msgstr "用於更改 [botname] 元數據的命令。" + +#: redbot/core/core_commands.py:2866 +#, docstring +msgid "\n" +" Sets the bot's description.\n\n" +" Use without a description to reset.\n" +" This is shown in a few locations, including the help menu.\n\n" +" The maximum description length is 250 characters to ensure it displays properly.\n\n" +" The default is \"Red V3\".\n\n" +" **Examples:**\n" +" - `[p]set bot description` - Resets the description to the default setting.\n" +" - `[p]set bot description MyBot: A Red V3 Bot`\n\n" +" **Arguments:**\n" +" - `[description]` - The description to use for this bot. Leave blank to reset to the default.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2886 +msgid "Description reset." +msgstr "說明重置。" + +#: redbot/core/core_commands.py:2889 +msgid "This description is too long to properly display. Please try again with below 250 characters." +msgstr "此描述太長,無法正確顯示。請在 250 個字符以下重試。" + +#: redbot/core/core_commands.py:2916 +msgid "That URL is invalid." +msgstr "網址是無效的" + +#: redbot/core/core_commands.py:2918 +msgid "Something went wrong while trying to get the image." +msgstr "嘗試取得圖片時發生錯誤" + +#: redbot/core/core_commands.py:2932 +msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2940 +msgid "Failed. Remember that you can edit my banner up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, GIF, or WEBP format." +msgstr "" + +#: redbot/core/core_commands.py:2947 +msgid "JPG / PNG / GIF / WEBP format only." +msgstr "" + +#: redbot/core/core_commands.py:2949 redbot/core/core_commands.py:3065 +#: redbot/core/core_commands.py:3089 redbot/core/core_commands.py:3171 +msgid "Done." +msgstr "完成。" + +#: redbot/core/core_commands.py:2954 +#, docstring +msgid "Sets [botname]'s avatar\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot avatar` - With an image attachment, this will set the avatar.\n" +" - `[p]set bot avatar` - Without an attachment, this will show the command help.\n" +" - `[p]set bot avatar https://avatars.githubusercontent.com/u/23690422` - Sets the avatar to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an avatar. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2971 +#, docstring +msgid "\n" +" Removes [botname]'s avatar.\n\n" +" **Example:**\n" +" - `[p]set bot avatar remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:2979 +msgid "Avatar removed." +msgstr "頭像已移除。" + +#: redbot/core/core_commands.py:2984 +#, docstring +msgid "Sets [botname]'s banner\n\n" +" Supports either an attachment or an image URL.\n\n" +" **Examples:**\n" +" - `[p]set bot banner` - With an image attachment, this will set the banner.\n" +" - `[p]set bot banner` - Without an attachment, this will show the command help.\n" +" - `[p]set bot banner https://opengraph.githubassets.com` - Sets the banner to the provided url.\n\n" +" **Arguments:**\n" +" - `[url]` - An image url to be used as an banner. Leave blank when uploading an attachment.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3001 +#, docstring +msgid "\n" +" Removes [botname]'s banner.\n\n" +" **Example:**\n" +" - `[p]set bot banner remove`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3009 +msgid "Banner removed." +msgstr "" + +#: redbot/core/core_commands.py:3014 +#, docstring +msgid "Sets [botname]'s username.\n\n" +" Maximum length for a username is 32 characters.\n\n" +" Note: The username of a verified bot cannot be manually changed.\n" +" Please contact Discord support to change it.\n\n" +" **Example:**\n" +" - `[p]set bot username BaguetteBot`\n\n" +" **Arguments:**\n" +" - `` - The username to give the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3030 +msgid "The username of a verified bot cannot be manually changed. Please contact Discord support to change it." +msgstr "無法手動更改已驗證機器人的用戶名。請聯繫 Discord 支持進行更改。" + +#: redbot/core/core_commands.py:3037 +msgid "Failed to change name. Must be 32 characters or fewer." +msgstr "更改名稱失敗。不得超過 32 個字符。" + +#: redbot/core/core_commands.py:3043 +msgid "Changing the username timed out. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes: {command}" +msgstr "更改用戶名超時。請記住,您每小時最多只能執行 2 次。如果您需要頻繁更改,請使用暱稱:{command}" + +#: redbot/core/core_commands.py:3053 +msgid "Failed to change the username. Discord returned the following error:\n" +"{error_message}" +msgstr "更改用戶名失敗。 Discord 返回以下錯誤:{error_message}" + +#: redbot/core/core_commands.py:3063 +msgid "Unexpected error occurred when trying to change the username." +msgstr "嘗試更改用戶名時發生意外錯誤。" + +#: redbot/core/core_commands.py:3071 +#, docstring +msgid "Sets [botname]'s nickname for the current server.\n\n" +" Maximum length for a nickname is 32 characters.\n\n" +" **Example:**\n" +" - `[p]set bot nickname 🎃 SpookyBot 🎃`\n\n" +" **Arguments:**\n" +" - `[nickname]` - The nickname to give the bot. Leave blank to clear the current nickname.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3083 +msgid "Failed to change nickname. Must be 32 characters or fewer." +msgstr "更改暱稱失敗。不得超過 32 個字符。" + +#: redbot/core/core_commands.py:3087 +msgid "I lack the permissions to change my own nickname." +msgstr "我沒有更改自己暱稱的權限。" + +#: redbot/core/core_commands.py:3094 +#, docstring +msgid "Customizes a section of `[p]info`.\n\n" +" The maximum amount of allowed characters is 1024.\n" +" Supports markdown, links and \"mentions\".\n\n" +" Link example: `[My link](https://example.com)`\n\n" +" **Examples:**\n" +" - `[p]set bot custominfo >>> I can use **markdown** such as quotes, ||spoilers|| and multiple lines.`\n" +" - `[p]set bot custominfo Join my [support server](discord.gg/discord)!`\n" +" - `[p]set bot custominfo` - Removes custom info text.\n\n" +" **Arguments:**\n" +" - `[text]` - The custom info text.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3111 +msgid "The custom text has been cleared." +msgstr "自定義文本已被清除。" + +#: redbot/core/core_commands.py:3115 +msgid "The custom text has been set." +msgstr "自訂欄位已經設置" + +#: redbot/core/core_commands.py:3118 +msgid "Text must be fewer than 1024 characters long." +msgstr "文本長度必須少於 1024 個字符。" + +#: redbot/core/core_commands.py:3127 +#, docstring +msgid "Commands for setting [botname]'s status." +msgstr "用於設置 [botname] 狀態的命令。" + +#: redbot/core/core_commands.py:3141 +#, docstring +msgid "Sets [botname]'s streaming status to a twitch stream.\n\n" +" This will appear as `Streaming ` or `LIVE ON TWITCH` depending on the context.\n" +" It will also include a `Watch` button with a twitch.tv url for the provided streamer.\n\n" +" Maximum length for a stream title is 128 characters.\n\n" +" Leaving both streamer and stream_title empty will clear it.\n\n" +" **Examples:**\n" +" - `[p]set status stream` - Clears the activity status.\n" +" - `[p]set status stream 26 Twentysix is streaming` - Sets the stream to `https://www.twitch.tv/26`.\n" +" - `[p]set status stream https://twitch.tv/26 Twentysix is streaming` - Sets the URL manually.\n\n" +" **Arguments:**\n" +" - `` - The twitch streamer to provide a link to. This can be their twitch name or the entire URL.\n" +" - `` - The text to follow `Streaming` in the status." +msgstr "" + +#: redbot/core/core_commands.py:3179 +#, docstring +msgid "Sets [botname]'s playing status.\n\n" +" This will appear as `Playing ` or `PLAYING A GAME: ` depending on the context.\n\n" +" Maximum length for a playing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status playing` - Clears the activity status.\n" +" - `[p]set status playing the keyboard`\n\n" +" **Arguments:**\n" +" - `[game]` - The text to follow `Playing`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3200 +msgid "Status set to `Playing {game.name}`." +msgstr "狀態設置為“正在玩 {game.name}”。" + +#: redbot/core/core_commands.py:3202 +msgid "Game cleared." +msgstr "遊戲狀態已清除。" + +#: redbot/core/core_commands.py:3210 +#, docstring +msgid "Sets [botname]'s listening status.\n\n" +" This will appear as `Listening to `.\n\n" +" Maximum length for a listening status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status listening` - Clears the activity status.\n" +" - `[p]set status listening jams`\n\n" +" **Arguments:**\n" +" - `[listening]` - The text to follow `Listening to`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3232 +msgid "Status set to `Listening to {listening}`." +msgstr "狀態設置為“正在收聽 {listening}”。" + +#: redbot/core/core_commands.py:3235 +msgid "Listening cleared." +msgstr "已清除正在聽狀態。" + +#: redbot/core/core_commands.py:3243 +#, docstring +msgid "Sets [botname]'s watching status.\n\n" +" This will appear as `Watching `.\n\n" +" Maximum length for a watching status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status watching` - Clears the activity status.\n" +" - `[p]set status watching [p]help`\n\n" +" **Arguments:**\n" +" - `[watching]` - The text to follow `Watching`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3264 +msgid "Status set to `Watching {watching}`." +msgstr "狀態設置為“正在看{watching}”。" + +#: redbot/core/core_commands.py:3266 +msgid "Watching cleared." +msgstr "已清除正在看狀態。" + +#: redbot/core/core_commands.py:3274 +#, docstring +msgid "Sets [botname]'s competing status.\n\n" +" This will appear as `Competing in `.\n\n" +" Maximum length for a competing status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status competing` - Clears the activity status.\n" +" - `[p]set status competing London 2012 Olympic Games`\n\n" +" **Arguments:**\n" +" - `[competing]` - The text to follow `Competing in`. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3296 +msgid "Status set to `Competing in {competing}`." +msgstr "狀態設置為“在{competing} 中競爭”。" + +#: redbot/core/core_commands.py:3299 +msgid "Competing cleared." +msgstr "已清除競爭狀態。" + +#: redbot/core/core_commands.py:3307 +#, docstring +msgid "Sets [botname]'s custom status.\n\n" +" This will appear as ``.\n\n" +" Maximum length for a custom status is 128 characters.\n\n" +" **Examples:**\n" +" - `[p]set status custom` - Clears the activity status.\n" +" - `[p]set status custom Running cogs...`\n\n" +" **Arguments:**\n" +" - `[text]` - The custom status text. Leave blank to clear the current activity status.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3328 +msgid "Custom status set to `{text}`." +msgstr "" + +#: redbot/core/core_commands.py:3330 +msgid "Custom status cleared." +msgstr "" + +#: redbot/core/core_commands.py:3335 +msgid "Status changed to {}." +msgstr "狀態已更改為 {}。" + +#: redbot/core/core_commands.py:3341 +#, docstring +msgid "Set [botname]'s status to online." +msgstr "將 [botname] 的狀態設置為在線。" + +#: redbot/core/core_commands.py:3348 +#, docstring +msgid "Set [botname]'s status to do not disturb." +msgstr "將 [botname] 的狀態設置為請勿打擾。" + +#: redbot/core/core_commands.py:3355 +#, docstring +msgid "Set [botname]'s status to idle." +msgstr "將 [botname] 的狀態設置為空閒。" + +#: redbot/core/core_commands.py:3362 +#, docstring +msgid "Set [botname]'s status to invisible." +msgstr "將 [botname] 的狀態設置為隱藏。" + +#: redbot/core/core_commands.py:3372 +#, docstring +msgid "Set server's admin and mod roles for [botname]." +msgstr "為 [botname] 設置伺務器的管理員和管理員身分組。" + +#: redbot/core/core_commands.py:3378 +#, docstring +msgid "\n" +" Adds an admin role for this server.\n\n" +" Admins have the same access as Mods, plus additional admin level commands like:\n" +" - `[p]set serverprefix`\n" +" - `[p]addrole`\n" +" - `[p]ban`\n" +" - `[p]ignore guild`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addadminrole @Admins`\n" +" - `[p]set roles addadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to add as an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3398 +msgid "This role is already an admin role." +msgstr "此身分組已經是管理員身分組。" + +#: redbot/core/core_commands.py:3400 +msgid "That role is now considered an admin role." +msgstr "該身分組現在被視為管理員身分組。" + +#: redbot/core/core_commands.py:3406 +#, docstring +msgid "\n" +" Adds a moderator role for this server.\n\n" +" This grants access to moderator level commands like:\n" +" - `[p]mute`\n" +" - `[p]cleanup`\n" +" - `[p]customcommand create`\n\n" +" And more.\n\n" +" **Examples:**\n" +" - `[p]set roles addmodrole @Mods`\n" +" - `[p]set roles addmodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to add as a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3425 +msgid "This role is already a mod role." +msgstr "此身分組已經是版主身分組。" + +#: redbot/core/core_commands.py:3427 +msgid "That role is now considered a mod role." +msgstr "該身分組現在被視為版主身分組。" + +#: redbot/core/core_commands.py:3435 +#, docstring +msgid "\n" +" Removes an admin role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removeadminrole @Admins`\n" +" - `[p]set roles removeadminrole Super Admins`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being an admin.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3447 +msgid "That role was not an admin role to begin with." +msgstr "該身分組原本就不是管理員身分組。" + +#: redbot/core/core_commands.py:3449 +msgid "That role is no longer considered an admin role." +msgstr "該身分組不再被視為管理員身分組。" + +#: redbot/core/core_commands.py:3457 +#, docstring +msgid "\n" +" Removes a mod role for this server.\n\n" +" **Examples:**\n" +" - `[p]set roles removemodrole @Mods`\n" +" - `[p]set roles removemodrole Loyal Helpers`\n\n" +" **Arguments:**\n" +" - `` - The role to remove from being a moderator.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3469 +msgid "That role was not a mod role to begin with." +msgstr "該身分組原本就不是mod身分組。" + +#: redbot/core/core_commands.py:3471 +msgid "That role is no longer considered a mod role." +msgstr "該身分組不再被視為 mod 身分組。" + +#: redbot/core/core_commands.py:3479 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" If you want to change bot's global locale, see `[p]set locale global` command.\n\n" +" **Examples:**\n" +" - `[p]set locale en-US`\n" +" - `[p]set locale de-DE`\n" +" - `[p]set locale fr-FR`\n" +" - `[p]set locale pl-PL`\n" +" - `[p]set locale default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3506 +#, docstring +msgid "\n" +" Changes [botname]'s default locale.\n\n" +" This will be used when a server has not set a locale, or in DMs.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" To reset to English, use \"en-US\".\n\n" +" **Examples:**\n" +" - `[p]set locale global en-US`\n" +" - `[p]set locale global de-DE`\n" +" - `[p]set locale global fr-FR`\n" +" - `[p]set locale global pl-PL`\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3527 redbot/core/core_commands.py:3563 +#: redbot/core/core_commands.py:3618 redbot/core/core_commands.py:3656 +msgid "Invalid language code. Use format: `en-US`" +msgstr "語言代碼無效。 使用格式如:`en-US`" + +#: redbot/core/core_commands.py:3531 +msgid "Global locale has been set." +msgstr "已設置全域語言環境。" + +#: redbot/core/core_commands.py:3537 +#, docstring +msgid "\n" +" Changes [botname]'s locale in this server.\n\n" +" Go to [Red's Crowdin page](https://translate.discord.red) to see locales that are available with translations.\n\n" +" Use \"default\" to return to the bot's default set language.\n\n" +" **Examples:**\n" +" - `[p]set locale server en-US`\n" +" - `[p]set locale server de-DE`\n" +" - `[p]set locale server fr-FR`\n" +" - `[p]set locale server pl-PL`\n" +" - `[p]set locale server default` - Resets to the global default locale.\n\n" +" **Arguments:**\n" +" - `` - The default locale to use for the bot. This can be any language code with country code included.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3558 +msgid "Locale has been set to the default." +msgstr "語言環境已設置為默認值。" + +#: redbot/core/core_commands.py:3566 +msgid "Locale has been set." +msgstr "已設置語言環境。" + +#: redbot/core/core_commands.py:3571 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" If you want to change bot's global regional format, see `[p]set regionalformat global` command.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat en-US`\n" +" - `[p]set region de-DE`\n" +" - `[p]set regionalformat reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3595 +#, docstring +msgid "\n" +" Changes the bot's regional format. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat global en-US`\n" +" - `[p]set region global de-DE`\n" +" - `[p]set regionalformat global reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The default region format to use for the bot.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3612 +msgid "Global regional formatting will now be based on bot's locale." +msgstr "全球區域格式現在將基於機器人的語言環境。" + +#: redbot/core/core_commands.py:3622 +msgid "Global regional formatting will now be based on `{language_code}` locale." +msgstr "全球區域格式現在將基於“{language_code}”區域設置。" + +#: redbot/core/core_commands.py:3631 +#, docstring +msgid "\n" +" Changes the bot's regional format in this server. This is used for formatting date, time and numbers.\n\n" +" `language_code` can be any language code with country code included, e.g. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, etc.\n" +" Pass \"reset\" to `language_code` to base regional formatting on bot's locale in this server.\n\n" +" **Examples:**\n" +" - `[p]set regionalformat server en-US`\n" +" - `[p]set region local de-DE`\n" +" - `[p]set regionalformat server reset` - Resets to the locale.\n\n" +" **Arguments:**\n" +" - `[language_code]` - The region format to use for the bot in this server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3649 +msgid "Regional formatting will now be based on bot's locale in this server." +msgstr "區域格式現在將基於此服務器中機器人的語言環境。" + +#: redbot/core/core_commands.py:3660 +msgid "Regional formatting will now be based on `{language_code}` locale." +msgstr "區域格式現在將基於 `{language_code}` 區域設置。" + +#: redbot/core/core_commands.py:3677 +#, docstring +msgid "\n" +" Commands to set, list or remove various external API tokens.\n\n" +" This setting will be asked for by some 3rd party cogs and some core cogs.\n\n" +" If passed without the `` or `` arguments it will allow you to open a modal to set your API keys securely.\n\n" +" To add the keys provide the service name and the tokens as a comma separated\n" +" list of key,values as described by the cog requesting this command.\n\n" +" Note: API tokens are sensitive, so this command should only be used in a private channel or in DM with the bot.\n\n" +" **Examples:**\n" +" - `[p]set api`\n" +" - `[p]set api spotify`\n" +" - `[p]set api spotify redirect_uri localhost`\n" +" - `[p]set api github client_id,whoops client_secret,whoops`\n\n" +" **Arguments:**\n" +" - `` - The service you're adding tokens to.\n" +" - `` - Pairs of token keys and values. The key and value should be separated by one of ` `, `,`, or `;`.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3701 +msgid "Click the button below to set your keys." +msgstr "單擊下面的按鈕設置您的密鑰。" + +#: redbot/core/core_commands.py:3703 +msgid "This API keys setup message has expired." +msgstr "" + +#: redbot/core/core_commands.py:3708 +msgid "`{service}` API tokens have been set." +msgstr "`{service}` API 令牌已設置。" + +#: redbot/core/core_commands.py:3712 +#, docstring +msgid "\n" +" Show all external API services along with their keys that have been set.\n\n" +" Secrets are not shown.\n\n" +" **Example:**\n" +" - `[p]set api list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3723 +msgid "No API services have been set yet." +msgstr "尚未設置任何 API 服務。" + +#: redbot/core/core_commands.py:3728 +msgid "Set API services:\n" +msgstr "設置 API 服務:\n" + +#: redbot/core/core_commands.py:3728 +msgid "Set API service:\n" +msgstr "設置 API 服務:\n" + +#: redbot/core/core_commands.py:3738 +#, docstring +msgid "\n" +" Remove the given services with all their keys and tokens.\n\n" +" **Examples:**\n" +" - `[p]set api remove spotify`\n" +" - `[p]set api remove github youtube`\n\n" +" **Arguments:**\n" +" - `` - The services to remove." +msgstr "" + +#: redbot/core/core_commands.py:3753 +msgid "Services deleted successfully:\n" +"{services_list}" +msgstr "服務刪除成功:\n" +"{services_list}" + +#: redbot/core/core_commands.py:3757 +msgid "Service deleted successfully: {service_name}" +msgstr "服務刪除成功:{service_name}" + +#: redbot/core/core_commands.py:3762 +msgid "None of the services you provided had any keys set." +msgstr "您提供的所有服務都沒有設置任何密鑰。" + +#: redbot/core/core_commands.py:3770 +#, docstring +msgid "\n" +" Commands for configuring owner notifications.\n\n" +" Owner notifications include usage of `[p]contact` and available Red updates.\n" +" " +msgstr "\n" +"用於配置所有者通知的命令。\n\n" +" 所有者通知包括 `[p]contact` 的使用和可用的 Red 更新。 " + +#: redbot/core/core_commands.py:3779 +#, docstring +msgid "\n" +" Opt-in on receiving owner notifications.\n\n" +" This is the default state.\n\n" +" Note: This will only resume sending owner notifications to your DMs.\n" +" Additional owners and destinations will not be affected.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optin`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3798 +#, docstring +msgid "\n" +" Opt-out of receiving owner notifications.\n\n" +" Note: This will only stop sending owner notifications to your DMs.\n" +" Additional owners and destinations will still receive notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications optout`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3820 +#, docstring +msgid "\n" +" Adds a destination text channel to receive owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications adddestination #owner-notifications`\n" +" - `[p]set ownernotifications adddestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to send owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3845 +#, docstring +msgid "\n" +" Removes a destination text channel from receiving owner notifications.\n\n" +" **Examples:**\n" +" - `[p]set ownernotifications removedestination #owner-notifications`\n" +" - `[p]set ownernotifications deletedestination 168091848718417920` - Accepts channel IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to stop sending owner notifications to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3869 +#, docstring +msgid "\n" +" Lists the configured extra destinations for owner notifications.\n\n" +" **Example:**\n" +" - `[p]set ownernotifications listdestinations`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3879 +msgid "There are no extra channels being sent to." +msgstr "沒有額外的頻道被發送到。" + +#: redbot/core/core_commands.py:3890 +msgid "Unknown channel with id: {id}" +msgstr "未知頻道:{id}" + +#: redbot/core/core_commands.py:3900 +#, docstring +msgid "\n" +" Show the current settings for [botname].\n\n" +" Accepts optional server parameter to allow prefix recovery.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3914 redbot/core/core_commands.py:3918 +msgid "Not Set." +msgstr "未設定" + +#: redbot/core/core_commands.py:3925 +msgid "Admin roles: {admin}\n" +"Mod roles: {mod}\n" +"Locale: {guild_locale}\n" +"Regional format: {guild_regional_format}\n" +msgstr "管理員角色:{admin}\n" +"模組角色:{mod}\n" +"語言環境:{guild_locale}\n" +"區域格式:{guild_regional_format}\n" + +#: redbot/core/core_commands.py:3946 +msgid "{bot_name} Settings:\n\n" +"Prefixes: {prefixes}\n" +"{guild_settings}Global locale: {locale}\n" +"Global regional format: {regional_format}\n" +"Default embed colour: {colour}" +msgstr "{bot_name} 設置:\n\n" +"前綴:{prefixes}\n" +"{guild_settings}全球語言環境:{locale}\n" +"全球區域格式:{regional_format}\n" +"默認嵌入顏色:{colour}" + +#: redbot/core/core_commands.py:3968 +#, docstring +msgid "Set the delay until the bot removes the command message.\n\n" +" Must be between -1 and 60.\n\n" +" Set to -1 to disable this feature.\n\n" +" This is only applied to the current server and not globally.\n\n" +" **Examples:**\n" +" - `[p]set deletedelay` - Shows the current delete delay setting.\n" +" - `[p]set deletedelay 60` - Sets the delete delay to the max of 60 seconds.\n" +" - `[p]set deletedelay -1` - Disables deleting command messages.\n\n" +" **Arguments:**\n" +" - `[time]` - The seconds to wait before deleting the command message. Use -1 to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:3989 +msgid "Command deleting disabled." +msgstr "命令刪除已禁用。" + +#: redbot/core/core_commands.py:3991 +msgid "Delete delay set to {num} seconds." +msgstr "刪除延遲設置為 {num} 秒。" + +#: redbot/core/core_commands.py:3996 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "Bot 將在 {num} 秒後刪除命令消息。 將此值設置為 -1 以停止刪除消息" + +#: redbot/core/core_commands.py:4003 +msgid "I will not delete command messages." +msgstr "我不會刪除命令消息。" + +#: redbot/core/core_commands.py:4009 +#, docstring +msgid "\n" +" Toggle whether to use the bot owner-configured colour for embeds.\n\n" +" Default is to use the bot's configured colour.\n" +" Otherwise, the colour used will be the colour of the bot's top role.\n\n" +" **Example:**\n" +" - `[p]set usebotcolour`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4021 +msgid "The bot {} use its configured color for embeds." +msgstr "{} 使用其配置的顏色進行嵌入。" + +#: redbot/core/core_commands.py:4022 +msgid "will not" +msgstr "將不會" + +#: redbot/core/core_commands.py:4022 +msgid "will" +msgstr "將會" + +#: redbot/core/core_commands.py:4030 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search for the server.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Note: This can be processor intensive and may be unsuitable for larger servers.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set serverfuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4045 +msgid "Fuzzy command search has been {} for this server." +msgstr "此服務器的模糊命令搜索已{}。" + +#: redbot/core/core_commands.py:4053 +#, docstring +msgid "\n" +" Toggle whether to enable fuzzy command search in DMs.\n\n" +" This allows the bot to identify potential misspelled commands and offer corrections.\n\n" +" Default is for fuzzy command search to be disabled.\n\n" +" **Example:**\n" +" - `[p]set fuzzy`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4066 +msgid "Fuzzy command search has been {} in DMs." +msgstr "DM 中的模糊命令搜索已{}。" + +#: redbot/core/core_commands.py:4074 +#, docstring +msgid "\n" +" Sets a default colour to be used for the bot's embeds.\n\n" +" Acceptable values for the colour parameter can be found at:\n\n" +" https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\n\n" +" **Examples:**\n" +" - `[p]set colour dark red`\n" +" - `[p]set colour blurple`\n" +" - `[p]set colour 0x5DADE2`\n" +" - `[p]set color 0x#FDFEFE`\n" +" - `[p]set color #7F8C8D`\n\n" +" **Arguments:**\n" +" - `[colour]` - The colour to use for embeds. Leave blank to set to the default value (red).\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4094 +msgid "The color has been reset." +msgstr "顏色已重置。" + +#: redbot/core/core_commands.py:4097 +msgid "The color has been set." +msgstr "顏色已設置。" + +#: redbot/core/core_commands.py:4106 +#, docstring +msgid "Sets [botname]'s global prefix(es).\n\n" +" Warning: This is not additive. It will replace all current prefixes.\n\n" +" See also the `--mentionable` flag to enable mentioning the bot as the prefix.\n\n" +" **Examples:**\n" +" - `[p]set prefix !`\n" +" - `[p]set prefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set prefix \"@[botname] \"` - This uses a mention as the prefix. See also the `--mentionable` flag.\n" +" - `[p]set prefix ! ? .` - Sets multiple prefixes.\n\n" +" **Arguments:**\n" +" - `` - The prefixes the bot will respond to globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4123 redbot/core/core_commands.py:4200 +msgid "Prefixes cannot start with '/', as it conflicts with Discord's slash commands." +msgstr "前綴不能以“/”開頭,因為它與 Discord 內的斜線指令衝突。" + +#: redbot/core/core_commands.py:4128 +msgid "Warning: A prefix is below the recommended length (1 character).\n" +"Do you want to continue?" +msgstr "" + +#: redbot/core/core_commands.py:4142 redbot/core/core_commands.py:4160 +msgid "Cancelled." +msgstr "已取消。" + +#: redbot/core/core_commands.py:4146 +msgid "Warning: A prefix is above the recommended length (25 characters).\n" +"Do you want to continue?" +msgstr "警告:前綴超過建議的長度(25 個字符)。\n" +"你要繼續嗎?" + +#: redbot/core/core_commands.py:4164 +msgid "Prefix set." +msgstr "前綴設置。" + +#: redbot/core/core_commands.py:4166 +msgid "Prefixes set." +msgstr "前綴設置。" + +#: redbot/core/core_commands.py:4173 +#, docstring +msgid "\n" +" Sets [botname]'s server prefix(es).\n\n" +" Warning: This will override global prefixes, the bot will not respond to any global prefixes in this server.\n" +" This is not additive. It will replace all current server prefixes.\n" +" A prefix cannot have more than 25 characters.\n\n" +" **Examples:**\n" +" - `[p]set serverprefix !`\n" +" - `[p]set serverprefix \"! \"` - Quotes are needed to use spaces in prefixes.\n" +" - `[p]set serverprefix \"@[botname] \"` - This uses a mention as the prefix.\n" +" - `[p]set serverprefix ! ? .` - Sets multiple prefixes.\n" +" - `[p]set serverprefix \"Red - Discord Bot\" ?` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.\n\n" +" **Arguments:**\n" +" - `[server]` - The server to set the prefix for. Defaults to current server.\n" +" - `[prefixes...]` - The prefixes the bot will respond to on this server. Leave blank to clear server prefixes.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4196 +msgid "Server prefixes have been reset." +msgstr "服務器前綴已重置。" + +#: redbot/core/core_commands.py:4204 +msgid "You cannot have a prefix shorter than 1 character." +msgstr "" + +#: redbot/core/core_commands.py:4207 +msgid "You cannot have a prefix longer than 25 characters." +msgstr "前綴不能超過 25 個字符。" + +#: redbot/core/core_commands.py:4212 +msgid "Server prefix set." +msgstr "服務器前綴設置。" + +#: redbot/core/core_commands.py:4214 +msgid "Server prefixes set." +msgstr "服務器前綴設置。" + +#: redbot/core/core_commands.py:4219 +#, docstring +msgid "\n" +" Set a global bot variable for using buttons in menus.\n\n" +" When enabled, all usage of cores menus API will use buttons instead of reactions.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]set usebuttons True` - Enables using buttons.\n" +" - `[p]helpset usebuttons` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_buttons]` - Whether to use buttons. Leave blank to toggle.\n" +" " +msgstr "\n" +"設置全局機器人變量以使用菜單中的按鈕。\n\n" +" 啟用後,核心菜單 API 的所有使用都將使用按鈕而不是反應。\n\n" +" 這默認為 False。\n" +" 在沒有設置的情況下使用它會切換。\n\n" +" **例子:**\n" +" - `[p]set usebuttons True` - 啟用使用按鈕。\n" +" - `[p]helpset usebuttons` - 切換值。\n\n" +" **參數:**\n" +" - `[use_buttons]` - 是否使用按鈕。 留空以切換。\n" +" " + +#: redbot/core/core_commands.py:4238 +msgid "I will use buttons on basic menus." +msgstr "我將在基本菜單上使用按鈕功能。" + +#: redbot/core/core_commands.py:4240 +msgid "I will not use buttons on basic menus." +msgstr "我不會在基本菜單上使用按鈕功能。" + +#: redbot/core/core_commands.py:4245 +#, docstring +msgid "\n" +" Set the message that will be sent on uncaught bot errors.\n\n" +" To include the command name in the message, use the `{command}` placeholder.\n\n" +" If you omit the `msg` argument, the message will be reset to the default one.\n\n" +" **Examples:**\n" +" - `[p]set errormsg` - Resets the error message back to the default: \"Error in command '{command}'.\". If the command invoker is one of the bot owners, the message will also include \"Check your console or logs for details.\".\n" +" - `[p]set errormsg Oops, the command {command} has failed! Please try again later.` - Sets the error message to a custom one.\n\n" +" **Arguments:**\n" +" - `[msg]` - The custom error message. Must be less than 1000 characters. Omit to reset to the default one.\n" +" " +msgstr "\n" +"設置將在未捕獲的機器人錯誤上發送的消息。\n\n" +" 要在消息中包含命令名稱,請使用“{command}”佔位符。\n\n" +" 如果省略 `msg` 參數,則消息將重置為默認值。\n\n" +" **例子:**\n" +" - `[p]set errormsg` - 將錯誤消息重置為默認值:“命令 '{command}' 出錯。”。 如果命令調用者是 bot 所有者之一,則該消息還將包括“檢查您的控制台或日誌以獲取詳細信息。”。\n" +" - `[p]set errormsg 糟糕,命令 {command} 失敗! 請稍後再試。` - 將錯誤消息設置為自定義消息。\n\n" +" **參數:**\n" +" - `[msg]` - 自定義錯誤消息。 必須少於 1000 個字符。 省略重置為默認值。\n" +" " + +#: redbot/core/core_commands.py:4260 +msgid "The message must be less than 1000 characters." +msgstr "消息必須少於 1000 個字符。" + +#: redbot/core/core_commands.py:4264 +msgid "Successfully updated the error message." +msgstr "成功更新錯誤信息。" + +#: redbot/core/core_commands.py:4267 +msgid "Successfully reset the error message back to the default one." +msgstr "成功將錯誤消息重置為默認消息。" + +#: redbot/core/core_commands.py:4274 +#, docstring +msgid "\n" +" Commands to manage settings for the help command.\n\n" +" All help settings are applied globally.\n" +" " +msgstr "\n" +"管理幫助命令設定的命令。\n\n" +"所有幫助設定都全域性應用。 " + +#: redbot/core/core_commands.py:4283 +#, docstring +msgid "\n" +" Show the current help settings.\n\n" +" Warning: These settings may not be accurate if the default formatter is not in use.\n\n" +" **Example:**\n" +" - `[p]helpset showsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4297 +msgid "Warning: The default formatter is not in use, these settings may not apply." +msgstr "警告:預設格式化程式未使用,這些設定可能不適用。" + +#: redbot/core/core_commands.py:4307 +#, docstring +msgid "\n" +" This resets [botname]'s help formatter to the default formatter.\n\n" +" **Example:**\n" +" - `[p]helpset resetformatter`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4316 +msgid "The help formatter has been reset. This will not prevent cogs from modifying help, you may need to remove a cog if this has been an issue." +msgstr "幫助格式化程序已被重置。 這不會阻止 cogs 修改幫助,如果這是一個問題,您可能需要刪除 cog。" + +#: redbot/core/core_commands.py:4325 +#, docstring +msgid "\n" +" This resets [botname]'s help settings to their defaults.\n\n" +" This may not have an impact when using custom formatters from 3rd party cogs\n\n" +" **Example:**\n" +" - `[p]helpset resetsettings`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4335 +msgid "The help settings have been reset to their defaults. This may not have an impact when using 3rd party help formatters." +msgstr "幫助設置已重置為默認值。 使用 3rd 方幫助格式化程序時,這可能不會產生影響。" + +#: redbot/core/core_commands.py:4347 +#, docstring +msgid "\n" +" Allows the help command to be sent as a paginated menu instead of separate\n" +" messages.\n\n" +" When \"reactions\", \"buttons\", \"select\", or \"selectonly\" is passed,\n" +" `[p]help` will only show one page at a time\n" +" and will use the associated control scheme to navigate between pages.\n\n" +" **Examples:**\n" +" - `[p]helpset usemenus reactions` - Enables using reaction menus.\n" +" - `[p]helpset usemenus buttons` - Enables using button menus.\n" +" - `[p]helpset usemenus select` - Enables buttons with a select menu.\n" +" - `[p]helpset usemenus selectonly` - Enables a select menu only on help.\n" +" - `[p]helpset usemenus disable` - Disables help menus.\n\n" +" **Arguments:**\n" +" - `<\"buttons\"|\"reactions\"|\"select\"|\"selectonly\"|\"disable\">` - Whether to use `buttons`,\n" +" `reactions`, `select`, `selectonly`, or no menus.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4367 +msgid "Help will use the select menu only." +msgstr "幫助清單將僅使用選擇菜單模式。" + +#: redbot/core/core_commands.py:4370 +msgid "Help will use button menus and add a select menu." +msgstr "幫助清單將使用按鈕功能並添加一個菜單選擇欄。" + +#: redbot/core/core_commands.py:4373 +msgid "Help will use button menus." +msgstr "幫助清單將使用按鈕功能。" + +#: redbot/core/core_commands.py:4376 +msgid "Help will use reaction menus." +msgstr "幫助清單將使用反應功能。" + +#: redbot/core/core_commands.py:4379 +msgid "Help will not use menus." +msgstr "幫助不使用菜單。" + +#: redbot/core/core_commands.py:4386 +#, docstring +msgid "\n" +" This allows the help command to show hidden commands.\n\n" +" This defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showhidden True` - Enables showing hidden commands.\n" +" - `[p]helpset showhidden` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_hidden]` - Whether to use show hidden commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4403 +msgid "Help will not filter hidden commands." +msgstr "幫助不會過濾隱藏的命令。" + +#: redbot/core/core_commands.py:4405 +msgid "Help will filter hidden commands." +msgstr "幫助將過濾隱藏的命令。" + +#: redbot/core/core_commands.py:4409 +#, docstring +msgid "\n" +" This allows the help command to show existing commands aliases if there is any.\n\n" +" This defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset showaliases False` - Disables showing aliases on this server.\n" +" - `[p]helpset showaliases` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[show_aliases]` - Whether to include aliases in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4426 +msgid "Help will now show command aliases." +msgstr "幫助現在將顯示命令別名。" + +#: redbot/core/core_commands.py:4428 +msgid "Help will no longer show command aliases." +msgstr "幫助將不再顯示命令別名。" + +#: redbot/core/core_commands.py:4432 +#, docstring +msgid "\n" +" This allows the help command message to be ticked if help is sent to a DM.\n\n" +" Ticking is reacting to the help message with a ✅.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" Note: This is only used when the bot is not using menus.\n\n" +" **Examples:**\n" +" - `[p]helpset usetick False` - Disables ticking when help is sent to DMs.\n" +" - `[p]helpset usetick` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[use_tick]` - Whether to tick the help command when help is sent to DMs. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4453 +msgid "Help will now tick the command when sent in a DM." +msgstr "在 DM 中發送時,幫助現在將勾選命令。" + +#: redbot/core/core_commands.py:4455 +msgid "Help will not tick the command when sent in a DM." +msgstr "幫助在 DM 中發送時不會勾選命令。" + +#: redbot/core/core_commands.py:4459 +#, docstring +msgid "\n" +" Sets if commands which can't be run in the current context should be filtered from help.\n\n" +" Defaults to True.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifychecks False` - Enables showing unusable commands in help.\n" +" - `[p]helpset verifychecks` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to hide unusable commands in help. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4476 +msgid "Help will only show for commands which can be run." +msgstr "幫助只會顯示可以運行的命令。" + +#: redbot/core/core_commands.py:4478 +msgid "Help will show up without checking if the commands can be run." +msgstr "幫助將顯示而不檢查命令是否可以運行。" + +#: redbot/core/core_commands.py:4482 +#, docstring +msgid "\n" +" Sets whether the bot should respond to help commands for nonexistent topics.\n\n" +" When enabled, this will indicate the existence of help topics, even if the user can't use it.\n\n" +" Note: This setting on its own does not fully prevent command enumeration.\n\n" +" Defaults to False.\n" +" Using this without a setting will toggle.\n\n" +" **Examples:**\n" +" - `[p]helpset verifyexists True` - Enables sending help for nonexistent topics.\n" +" - `[p]helpset verifyexists` - Toggles the value.\n\n" +" **Arguments:**\n" +" - `[verify]` - Whether to respond to help for nonexistent topics. Leave blank to toggle.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4503 +msgid "Help will verify the existence of help topics." +msgstr "幫助將驗證幫助主題的存在。" + +#: redbot/core/core_commands.py:4506 +msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." +msgstr "幫助將僅通過模糊幫助(如果啟用) 驗證幫助主題的存在。" + +#: redbot/core/core_commands.py:4514 +#, docstring +msgid "Set the character limit for each page in the help message.\n\n" +" Note: This setting only applies to embedded help.\n\n" +" The default value is 1000 characters. The minimum value is 500.\n" +" The maximum is based on the lower of what you provide and what discord allows.\n\n" +" Please note that setting a relatively small character limit may\n" +" mean some pages will exceed this limit.\n\n" +" **Example:**\n" +" - `[p]helpset pagecharlimit 1500`\n\n" +" **Arguments:**\n" +" - `` - The max amount of characters to show per page in the help message.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4531 +msgid "You must give a value of at least 500 characters." +msgstr "您必須提供至少 500 個字符的值。" + +#: redbot/core/core_commands.py:4535 +msgid "Done. The character limit per page has been set to {}." +msgstr "完畢。 每頁的字符數限制已設置為 {}。" + +#: redbot/core/core_commands.py:4539 +#, docstring +msgid "Set the maximum number of help pages sent in a server channel.\n\n" +" If a help message contains more pages than this value, the help message will\n" +" be sent to the command author via DM. This is to help reduce spam in server\n" +" text channels.\n\n" +" The default value is 2 pages.\n\n" +" **Examples:**\n" +" - `[p]helpset maxpages 50` - Basically never send help to DMs.\n" +" - `[p]helpset maxpages 0` - Always send help to DMs.\n\n" +" **Arguments:**\n" +" - `` - The max pages allowed to send per help in a server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4555 redbot/core/core_commands.py:4582 +msgid "You must give a value of zero or greater!" +msgstr "您必須給出零或更大的值!" + +#: redbot/core/core_commands.py:4559 +msgid "Done. The page limit has been set to {}." +msgstr "完畢。 每頁的頁數限制已設置為 {}。" + +#: redbot/core/core_commands.py:4564 +#, docstring +msgid "Set the delay after which help pages will be deleted.\n\n" +" The setting is disabled by default, and only applies to non-menu help,\n" +" sent in server text channels.\n" +" Setting the delay to 0 disables this feature.\n\n" +" The bot has to have MANAGE_MESSAGES permission for this to work.\n\n" +" **Examples:**\n" +" - `[p]helpset deletedelay 60` - Delete the help pages after a minute.\n" +" - `[p]helpset deletedelay 1` - Delete the help pages as quickly as possible.\n" +" - `[p]helpset deletedelay 1209600` - Max time to wait before deleting (14 days).\n" +" - `[p]helpset deletedelay 0` - Disable deleting help pages.\n\n" +" **Arguments:**\n" +" - `` - The seconds to wait before deleting help pages.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4585 +msgid "The delay cannot be longer than 14 days!" +msgstr "延遲不能超過14天!" + +#: redbot/core/core_commands.py:4590 +msgid "Done. Help messages will not be deleted now." +msgstr "完畢。 現在不會刪除幫助消息。" + +#: redbot/core/core_commands.py:4592 +msgid "Done. The delete delay has been set to {} seconds." +msgstr "完畢。 刪除延遲已設置為 {} 秒。" + +#: redbot/core/core_commands.py:4596 +#, docstring +msgid "Set the timeout for reactions, if menus are enabled.\n\n" +" The default is 30 seconds.\n" +" The timeout has to be between 15 and 300 seconds.\n\n" +" **Examples:**\n" +" - `[p]helpset reacttimeout 30` - The default timeout.\n" +" - `[p]helpset reacttimeout 60` - Timeout of 1 minute.\n" +" - `[p]helpset reacttimeout 15` - Minimum allowed timeout.\n" +" - `[p]helpset reacttimeout 300` - Max allowed timeout (5 mins).\n\n" +" **Arguments:**\n" +" - `` - The timeout, in seconds, of the reactions.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4611 +msgid "You must give a value of at least 15 seconds!" +msgstr "您必須提供至少 15 秒的值。" + +#: redbot/core/core_commands.py:4614 +msgid "The timeout cannot be greater than 5 minutes!" +msgstr "用戶超時不能少於 5 分鐘。" + +#: redbot/core/core_commands.py:4618 +msgid "Done. The reaction timeout has been set to {} seconds." +msgstr "完畢。 反應已設置為 {} 秒。" + +#: redbot/core/core_commands.py:4622 +#, docstring +msgid "\n" +" Set the tagline to be used.\n\n" +" The maximum tagline length is 2048 characters.\n" +" This setting only applies to embedded help. If no tagline is specified, the default will be used instead.\n\n" +" You can use `[​p]` in your tagline, which will be replaced by the bot's prefix.\n\n" +" **Examples:**\n" +" - `[p]helpset tagline Thanks for using the bot!`\n" +" - `[p]helpset tagline Use [​p]invite to add me to your server.`\n" +" - `[p]helpset tagline` - Resets the tagline to the default.\n\n" +" **Arguments:**\n" +" - `[tagline]` - The tagline to appear at the bottom of help embeds. Leave blank to reset.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4640 +msgid "The tagline has been reset." +msgstr "標語已被重置。" + +#: redbot/core/core_commands.py:4644 +msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." +msgstr "你的標語太長了! 請將其縮短為不超過 2048 個字符。" + +#: redbot/core/core_commands.py:4652 +msgid "The tagline has been set." +msgstr "標語已被設置。" + +#: redbot/core/core_commands.py:4657 +#, docstring +msgid "Sends a message to the owner.\n\n" +" This is limited to one message every 60 seconds per person.\n\n" +" **Example:**\n" +" - `[p]contact Help! The bot has become sentient!`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send to the owner.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4669 +msgid "User ID: {}" +msgstr "用戶 ID: {}" + +#: redbot/core/core_commands.py:4672 +msgid "through DM" +msgstr "通過 DM" + +#: redbot/core/core_commands.py:4674 +msgid "from {}" +msgstr "從 {}" + +#: redbot/core/core_commands.py:4675 +msgid " | Server ID: {}" +msgstr " | 伺服器ID: {}" + +#: redbot/core/core_commands.py:4680 +msgid "Use `{}dm {} ` to reply to this user" +msgstr "使用 `{}dm {} ` 回复此用戶" + +#: redbot/core/core_commands.py:4682 +msgid "Sent by {} {}" +msgstr "由 {} {} 送出" + +#: redbot/core/core_commands.py:4687 +msgid "I've been configured not to send this anywhere." +msgstr "我已被配置為不將其發送到任何地方。" + +#: redbot/core/core_commands.py:4733 +msgid "Your message has been sent." +msgstr "您的訊息已發送。" + +#: redbot/core/core_commands.py:4735 +msgid "I'm unable to deliver your message. Sorry." +msgstr "我無法傳遞你的信息。 對不起。" + +#: redbot/core/core_commands.py:4740 +#, docstring +msgid "Sends a DM to a user.\n\n" +" This command needs a user ID to work.\n\n" +" To get a user ID, go to Discord's settings and open the 'Appearance' tab.\n" +" Enable 'Developer Mode', then right click a user and click on 'Copy ID'.\n\n" +" **Example:**\n" +" - `[p]dm 262626262626262626 Do you like me? Yes / No`\n\n" +" **Arguments:**\n" +" - `[message]` - The message to dm to the user.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4756 +msgid "Invalid ID, user not found, or user is a bot. You can only send messages to people I share a server with." +msgstr "ID 無效、未找到用戶或用戶是機器人。 您只能向與我共享服務器的人發送消息。" + +#: redbot/core/core_commands.py:4766 +msgid "Owner of {}" +msgstr "擁有者 {}" + +#: redbot/core/core_commands.py:4767 +msgid "You can reply to this message with {}contact" +msgstr "您可以通過 {}contact 回覆此消息" + +#: redbot/core/core_commands.py:4778 redbot/core/core_commands.py:4788 +msgid "Sorry, I couldn't deliver your message to {}" +msgstr "抱歉,我無法將您的消息傳遞給 {}" + +#: redbot/core/core_commands.py:4781 redbot/core/core_commands.py:4791 +msgid "Message delivered to {}" +msgstr "傳遞給 {} 的消息" + +#: redbot/core/core_commands.py:4796 +#, docstring +msgid "Prints the bot's data path." +msgstr "打印機器人的數據路徑。" + +#: redbot/core/core_commands.py:4800 +msgid "Data path: {path}" +msgstr "儲存到:{path}" + +#: redbot/core/core_commands.py:4806 +#, docstring +msgid "Shows debug information useful for debugging." +msgstr "顯示對除錯有用的除錯信息。" + +#: redbot/core/core_commands.py:4829 +#, docstring +msgid "\n" +" Diagnose issues with the command checks with ease!\n\n" +" If you want to diagnose the command from a text channel in a different server,\n" +" you can do so by using the command in DMs.\n\n" +" **Example:**\n" +" - `[p]diagnoseissues #general @Slime ban` - Diagnose why @Slime can't use `[p]ban` in #general channel.\n\n" +" **Arguments:**\n" +" - `[channel]` - The text channel that the command should be tested for. Defaults to the current channel.\n" +" - `` - The member that should be considered as the command caller.\n" +" - `` - The name of the command to test.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4845 +msgid "A text channel, voice channel, stage channel, or thread needs to be passed when using this command in DMs." +msgstr "" + +#: redbot/core/core_commands.py:4862 +msgid "The given user is not a member of the diagnosed server." +msgstr "給定用戶不是診斷服務器的成員。" + +#: redbot/core/core_commands.py:4869 +msgid "Don't try to fool me, the given member can't access the {channel} channel!" +msgstr "不要試圖欺騙我,給予的成員無法訪問 {channel} 頻道!" + +#: redbot/core/core_commands.py:4880 +#, docstring +msgid "\n" +" Commands to manage the allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list.\n\n" +" Use `[p]allowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +"管理許可名單的命令。\n\n" +" 警告:當使用許可名單時,機器人將忽略不在名單上的每個人的命令。\n\n" +" 使用 `[p]allowlist clear` 禁用允許列表 " + +#: redbot/core/core_commands.py:4891 +#, docstring +msgid "\n" +" Adds users to the allowlist.\n\n" +" **Examples:**\n" +" - `[p]allowlist add @26 @Will` - Adds two users to the allowlist.\n" +" - `[p]allowlist add 262626262626262626` - Adds a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4903 +msgid "Users have been added to the allowlist." +msgstr "用戶已被添加到白名單中。" + +#: redbot/core/core_commands.py:4905 +msgid "User has been added to the allowlist." +msgstr "用戶已添加到白名單" + +#: redbot/core/core_commands.py:4909 +#, docstring +msgid "\n" +" Lists users on the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4921 +msgid "Users on the allowlist:" +msgstr "白名單上的用戶:" + +#: redbot/core/core_commands.py:4923 +msgid "User on the allowlist:" +msgstr "白名單中的用戶:" + +#: redbot/core/core_commands.py:4927 redbot/core/core_commands.py:5023 +#: redbot/core/modlog.py:404 redbot/core/modlog.py:426 +#: redbot/core/modlog.py:442 +msgid "Unknown or Deleted User" +msgstr "未知或已刪除用戶" + +#: redbot/core/core_commands.py:4935 +#, docstring +msgid "\n" +" Removes users from the allowlist.\n\n" +" The allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]allowlist remove @26 @Will` - Removes two users from the allowlist.\n" +" - `[p]allowlist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4949 +msgid "Users have been removed from the allowlist." +msgstr "用戶已從白名單中刪除。" + +#: redbot/core/core_commands.py:4951 +msgid "User has been removed from the allowlist." +msgstr "用戶已從白名單中刪除。" + +#: redbot/core/core_commands.py:4955 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the allowlist.\n\n" +" **Example:**\n" +" - `[p]allowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4964 +msgid "Allowlist has been cleared." +msgstr "白名單已被清除。" + +#: redbot/core/core_commands.py:4969 +#, docstring +msgid "\n" +" Commands to manage the blocklist.\n\n" +" Use `[p]blocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" 管理黑名單的命令。\n\n" +" 使用 `[p]blocklist clear` 禁用黑名單 " + +#: redbot/core/core_commands.py:4978 +#, docstring +msgid "\n" +" Adds users to the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist add @26 @Will` - Adds two users to the blocklist.\n" +" - `[p]blocklist add 262626262626262626` - Blocks a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to add to the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:4994 +msgid "You cannot add an owner to the blocklist!" +msgstr "您不能將所有者添加到黑名單!" + +#: redbot/core/core_commands.py:4999 +msgid "Users have been added to the blocklist." +msgstr "用戶已被添加到黑名單中。" + +#: redbot/core/core_commands.py:5001 +msgid "User has been added to the blocklist." +msgstr "用戶已被添加到黑名單" + +#: redbot/core/core_commands.py:5005 +#, docstring +msgid "\n" +" Lists users on the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5017 +msgid "Users on the blocklist:" +msgstr "黑名單上的用戶:" + +#: redbot/core/core_commands.py:5019 +msgid "User on the blocklist:" +msgstr "黑名單上的用戶:" + +#: redbot/core/core_commands.py:5031 +#, docstring +msgid "\n" +" Removes users from the blocklist.\n\n" +" **Examples:**\n" +" - `[p]blocklist remove @26 @Will` - Removes two users from the blocklist.\n" +" - `[p]blocklist remove 262626262626262626` - Removes a user by ID.\n\n" +" **Arguments:**\n" +" - `` - The user or users to remove from the blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5043 +msgid "Users have been removed from the blocklist." +msgstr "用戶已從黑名單中刪除。" + +#: redbot/core/core_commands.py:5045 +msgid "User has been removed from the blocklist." +msgstr "用戶已從黑名單中刪除。" + +#: redbot/core/core_commands.py:5049 +#, docstring +msgid "\n" +" Clears the blocklist.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5056 +msgid "Blocklist has been cleared." +msgstr "黑名單已被清空。" + +#: redbot/core/core_commands.py:5062 +#, docstring +msgid "\n" +" Commands to manage the server specific allowlist.\n\n" +" Warning: When the allowlist is in use, the bot will ignore commands from everyone not on the list in the server.\n\n" +" Use `[p]localallowlist clear` to disable the allowlist\n" +" " +msgstr "\n" +"用於管理特定於服務器的白名單的命令。\n\n" +" 警告:當使用白名單時,機器人將忽略服務器中不在列表中的每個人的命令。\n\n" +" 使用 `[p]localallowlist clear` 禁用白名單 " + +#: redbot/core/core_commands.py:5075 +#, docstring +msgid "\n" +" Adds a user or role to the server allowlist.\n\n" +" **Examples:**\n" +" - `[p]localallowlist add @26 @Will` - Adds two users to the local allowlist.\n" +" - `[p]localallowlist add 262626262626262626` - Allows a user by ID.\n" +" - `[p]localallowlist add \"Super Admins\"` - Allows a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5094 +msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the allowlist first." +msgstr "我不能允許你這樣做,因為它會刪除你運行命令的能力,請確保先將自己添加到白名單中。" + +#: redbot/core/core_commands.py:5103 +msgid "Users and/or roles have been added to the allowlist." +msgstr "用戶/角色已添加到白名單中。" + +#: redbot/core/core_commands.py:5105 +msgid "User or role has been added to the allowlist." +msgstr "用戶或角色已添加到白名單。" + +#: redbot/core/core_commands.py:5109 +#, docstring +msgid "\n" +" Lists users and roles on the server allowlist.\n\n" +" **Example:**\n" +" - `[p]localallowlist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5121 +msgid "Allowed users and/or roles:" +msgstr "允許的用戶/角色:" + +#: redbot/core/core_commands.py:5123 +msgid "Allowed user or role:" +msgstr "允許的用戶或角色:" + +#: redbot/core/core_commands.py:5127 redbot/core/core_commands.py:5247 +msgid "Unknown or Deleted User/Role" +msgstr "未知或已刪除的用戶/身分組" + +#: redbot/core/core_commands.py:5137 +#, docstring +msgid "\n" +" Removes user or role from the allowlist.\n\n" +" The local allowlist will be disabled if all users are removed.\n\n" +" **Examples:**\n" +" - `[p]localallowlist remove @26 @Will` - Removes two users from the local allowlist.\n" +" - `[p]localallowlist remove 262626262626262626` - Removes a user by ID.\n" +" - `[p]localallowlist remove \"Super Admins\"` - Removes a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local allowlist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5158 +msgid "I cannot allow you to do this, as it would remove your ability to run commands." +msgstr "我不能允許你這樣做,因為它會刪除你運行命令的能力。" + +#: redbot/core/core_commands.py:5166 +msgid "Users and/or roles have been removed from the server allowlist." +msgstr "用戶和/或身分組已從服務器白名單中刪除。" + +#: redbot/core/core_commands.py:5168 +msgid "User or role has been removed from the server allowlist." +msgstr "用戶或身分組已從服務器白名單中刪除。" + +#: redbot/core/core_commands.py:5172 +#, docstring +msgid "\n" +" Clears the allowlist.\n\n" +" This disables the local allowlist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]localallowlist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5181 +msgid "Server allowlist has been cleared." +msgstr "伺務器白名單已被清除。" + +#: redbot/core/core_commands.py:5187 +#, docstring +msgid "\n" +" Commands to manage the server specific blocklist.\n\n" +" Use `[p]localblocklist clear` to disable the blocklist\n" +" " +msgstr "\n" +" 管理伺務器特定阻止列表的指令。\n\n" +" 使用 `[p]localblocklist clear` 禁用黑名單\n" +" " + +#: redbot/core/core_commands.py:5198 +#, docstring +msgid "\n" +" Adds a user or role to the local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist add @26 @Will` - Adds two users to the local blocklist.\n" +" - `[p]localblocklist add 262626262626262626` - Blocks a user by ID.\n" +" - `[p]localblocklist add \"Bad Apples\"` - Blocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to add to the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5212 +msgid "You cannot add yourself to the blocklist!" +msgstr "您不能將自己添加到黑名單!" + +#: redbot/core/core_commands.py:5215 +msgid "You cannot add the guild owner to the blocklist!" +msgstr "您不能將伺服器所有者添加到黑名單!" + +#: redbot/core/core_commands.py:5218 +msgid "You cannot add a bot owner to the blocklist!" +msgstr "您不能將機器人所有者添加到黑名單!" + +#: redbot/core/core_commands.py:5223 +msgid "Users and/or roles have been added from the server blocklist." +msgstr "已從伺務器黑名單中添加用戶和/或身分組。" + +#: redbot/core/core_commands.py:5225 +msgid "User or role has been added from the server blocklist." +msgstr "已從伺務器黑名單中添加用戶或身分組。" + +#: redbot/core/core_commands.py:5229 +#, docstring +msgid "\n" +" Lists users and roles on the server blocklist.\n\n" +" **Example:**\n" +" - `[p]localblocklist list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5241 +msgid "Blocked users and/or roles:" +msgstr "被封鎖的用戶和/或身分組:" + +#: redbot/core/core_commands.py:5243 +msgid "Blocked user or role:" +msgstr "被封鎖的用戶或身分組:" + +#: redbot/core/core_commands.py:5257 +#, docstring +msgid "\n" +" Removes user or role from local blocklist.\n\n" +" **Examples:**\n" +" - `[p]localblocklist remove @26 @Will` - Removes two users from the local blocklist.\n" +" - `[p]localblocklist remove 262626262626262626` - Unblocks a user by ID.\n" +" - `[p]localblocklist remove \"Bad Apples\"` - Unblocks a role with a space in the name without mentioning.\n\n" +" **Arguments:**\n" +" - `` - The users or roles to remove from the local blocklist.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5271 +msgid "Users and/or roles have been removed from the server blocklist." +msgstr "用戶和/或身分組已從伺服器黑名單中刪除。" + +#: redbot/core/core_commands.py:5273 +msgid "User or role has been removed from the server blocklist." +msgstr "用戶或身分組已從服務器黑名單中刪除。" + +#: redbot/core/core_commands.py:5277 +#, docstring +msgid "\n" +" Clears the server blocklist.\n\n" +" This disables the server blocklist and clears all entries.\n\n" +" **Example:**\n" +" - `[p]blocklist clear`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5286 +msgid "Server blocklist has been cleared." +msgstr "伺服器黑名單已清除。" + +#: redbot/core/core_commands.py:5291 +#, docstring +msgid "Commands to enable and disable commands and cogs." +msgstr "啟用和禁用指令和cog的指令。" + +#: redbot/core/core_commands.py:5297 +#, docstring +msgid "Set the default state for a cog as disabled.\n\n" +" This will disable the cog for all servers by default.\n" +" To override it, use `[p]command enablecog` on the servers you want to allow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultdisablecog Economy`\n" +" - `[p]command defaultdisablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make disabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5313 +msgid "You can't disable this cog by default." +msgstr "默認情況下,您無法禁用此cog。" + +#: redbot/core/core_commands.py:5315 +msgid "{cogname} has been set as disabled by default." +msgstr "{cogname} 默認設置為禁用。" + +#: redbot/core/core_commands.py:5320 +#, docstring +msgid "Set the default state for a cog as enabled.\n\n" +" This will re-enable the cog for all servers by default.\n" +" To override it, use `[p]command disablecog` on the servers you want to disallow usage.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command defaultenablecog Economy`\n" +" - `[p]command defaultenablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to make enabled by default. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5336 +msgid "{cogname} has been set as enabled by default." +msgstr "{cogname} 已默認設置為啟用。" + +#: redbot/core/core_commands.py:5341 +#, docstring +msgid "Disable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command disablecog Economy`\n" +" - `[p]command disablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to disable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5354 +msgid "You can't disable this cog as you would lock yourself out." +msgstr "你不能禁用這個cog,因為你會把自己鎖在外面。" + +#: redbot/core/core_commands.py:5356 +msgid "{cogname} has been disabled in this guild." +msgstr "{cogname} 已在該伺服器中被禁用。" + +#: redbot/core/core_commands.py:5359 +msgid "{cogname} was already disabled (nothing to do)." +msgstr "{cogname} 已被禁用(沒有做出任何改)。" + +#: redbot/core/core_commands.py:5365 +#, docstring +msgid "Enable a cog in this server.\n\n" +" Note: This will only work on loaded cogs, and must reference the title-case cog name.\n\n" +" **Examples:**\n" +" - `[p]command enablecog Economy`\n" +" - `[p]command enablecog ModLog`\n\n" +" **Arguments:**\n" +" - `` - The name of the cog to enable on this server. Must be title-case.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5377 +msgid "{cogname} has been enabled in this guild." +msgstr "{cogname} 已在此伺服器中啟用。" + +#: redbot/core/core_commands.py:5382 +msgid "Cog \"{arg}\" not found." +msgstr "未找到該cog“{arg}”。" + +#: redbot/core/core_commands.py:5385 +msgid "{cogname} was not disabled (nothing to do)." +msgstr "{cogname} 尚未被禁用(沒有做出任何改)。" + +#: redbot/core/core_commands.py:5391 +#, docstring +msgid "List the cogs which are disabled in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabledcogs`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5404 +msgid "The following cogs are disabled in this guild:\n" +msgstr "該伺服器已禁用以下齒輪:\n" + +#: redbot/core/core_commands.py:5410 +msgid "There are no disabled cogs in this guild." +msgstr "這個伺服器中沒有已停用的cog。" + +#: redbot/core/core_commands.py:5414 +#, docstring +msgid "\n" +" List disabled commands.\n\n" +" If you're the bot owner, this will show global disabled commands by default.\n" +" Otherwise, this will show disabled commands on the current server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5431 +#, docstring +msgid "List disabled commands globally.\n\n" +" **Example:**\n" +" - `[p]command listdisabled global`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5438 +msgid "There aren't any globally disabled commands." +msgstr "沒有任何全域已禁用的指令。" + +#: redbot/core/core_commands.py:5441 +msgid "{} commands are disabled globally.\n" +msgstr "{} 指令在全域範圍中已被禁用。\n" + +#: redbot/core/core_commands.py:5445 +msgid "1 command is disabled globally.\n" +msgstr "1 個指令已被全域禁用。\n" + +#: redbot/core/core_commands.py:5453 +#, docstring +msgid "List disabled commands in this server.\n\n" +" **Example:**\n" +" - `[p]command listdisabled guild`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5460 +msgid "There aren't any disabled commands in {}." +msgstr "{} 中沒有任何已禁用的指令。" + +#: redbot/core/core_commands.py:5463 +msgid "{} commands are disabled in {}.\n" +msgstr "{} 指令在 {} 中被已禁用。\n" + +#: redbot/core/core_commands.py:5467 +msgid "1 command is disabled in {}.\n" +msgstr "{} 中禁用了 1 個指令。\n" + +#: redbot/core/core_commands.py:5474 +#, docstring +msgid "\n" +" Disable a command.\n\n" +" If you're the bot owner, this will disable commands globally by default.\n" +" Otherwise, this will disable commands on the current server.\n\n" +" **Examples:**\n" +" - `[p]command disable userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5496 +#, docstring +msgid "\n" +" Disable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command disable global userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable global urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5508 redbot/core/core_commands.py:5544 +msgid "The command to disable cannot be `command` or any of its subcommands." +msgstr "要禁用的指令不能是 `command` 或其任何子指令。" + +#: redbot/core/core_commands.py:5514 redbot/core/core_commands.py:5550 +msgid "This command is designated as being always available and cannot be disabled." +msgstr "此指令被指定為始終可用且無法禁用。" + +#: redbot/core/core_commands.py:5523 +msgid "That command is already disabled globally." +msgstr "該指令已在全域範圍內禁用。" + +#: redbot/core/core_commands.py:5532 +#, docstring +msgid "\n" +" Disable a command in this server only.\n\n" +" **Examples:**\n" +" - `[p]command disable server userinfo` - Disables the `userinfo` command in the Mod cog.\n" +" - `[p]command disable server urban` - Disables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to disable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5556 +msgid "You are not allowed to disable that command." +msgstr "您不能禁用該指令。" + +#: redbot/core/core_commands.py:5566 +msgid "That command is already disabled in this server." +msgstr "該指令已在此服務器中禁用。" + +#: redbot/core/core_commands.py:5572 +#, docstring +msgid "Enable a command.\n\n" +" If you're the bot owner, this will try to enable a globally disabled command by default.\n" +" Otherwise, this will try to enable a command disabled on the current server.\n\n" +" **Examples:**\n" +" - `[p]command enable userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5592 +#, docstring +msgid "\n" +" Enable a command globally.\n\n" +" **Examples:**\n" +" - `[p]command enable global userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable global urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable globally.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5607 +msgid "That command is already enabled globally." +msgstr "該指令已在全域範圍內啟用。" + +#: redbot/core/core_commands.py:5616 +#, docstring +msgid "\n" +" Enable a command in this server.\n\n" +" **Examples:**\n" +" - `[p]command enable server userinfo` - Enables the `userinfo` command in the Mod cog.\n" +" - `[p]command enable server urban` - Enables the `urban` command in the General cog.\n\n" +" **Arguments:**\n" +" - `` - The command to enable for the current server.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5628 +msgid "You are not allowed to enable that command." +msgstr "您無權啟用該指令。" + +#: redbot/core/core_commands.py:5638 +msgid "That command is already enabled in this server." +msgstr "該指令已在此伺服器中啟用。" + +#: redbot/core/core_commands.py:5645 +#, docstring +msgid "Set the bot's response to disabled commands.\n\n" +" Leave blank to send nothing.\n\n" +" To include the command name in the message, include the `{command}` placeholder.\n\n" +" **Examples:**\n" +" - `[p]command disabledmsg This command is disabled`\n" +" - `[p]command disabledmsg {command} is disabled`\n" +" - `[p]command disabledmsg` - Sends nothing when a disabled command is attempted.\n\n" +" **Arguments:**\n" +" - `[message]` - The message to send when a disabled command is attempted.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5666 +#, docstring +msgid "\n" +" Commands to manage server settings for immunity from automated actions.\n\n" +" This includes duplicate message deletion and mention spam from the Mod cog, and filters from the Filter cog.\n" +" " +msgstr "\n" +" 用於管理伺服器設置以免受自動操作影響的指令。\n\n" +" 這包括來自 Mod cog 的重複消息刪除和提及垃圾郵件,以及來自 Filter cog 的過濾器。\n" +" " + +#: redbot/core/core_commands.py:5675 +#, docstring +msgid "\n" +" Gets the current members and roles configured for automatic moderation action immunity.\n\n" +" **Example:**\n" +" - `[p]autoimmune list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5688 +msgid "Roles immune from automated moderation actions:\n" +msgstr "不受自動審核操作影響的身分組:\n" + +#: redbot/core/core_commands.py:5693 +msgid "Members immune from automated moderation actions:\n" +msgstr "不受自動審核操作影響的成員:\n" + +#: redbot/core/core_commands.py:5697 +msgid "No immunity settings here." +msgstr "這裡沒有免疫設置。" + +#: redbot/core/core_commands.py:5706 +#, docstring +msgid "\n" +" Makes a user or role immune from automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune add @Twentysix` - Adds a user.\n" +" - `[p]autoimmune add @Mods` - Adds a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to add immunity to.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5718 +msgid "Already added." +msgstr "已新增。" + +#: redbot/core/core_commands.py:5726 +#, docstring +msgid "\n" +" Remove a user or role from being immune to automated moderation actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune remove @Twentysix` - Removes a user.\n" +" - `[p]autoimmune remove @Mods` - Removes a role.\n\n" +" **Arguments:**\n" +" - `` - The user or role to remove immunity from.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5738 +msgid "Not in list." +msgstr "不在列表中。" + +#: redbot/core/core_commands.py:5746 +#, docstring +msgid "\n" +" Checks if a user or role would be considered immune from automated actions.\n\n" +" **Examples:**\n" +" - `[p]autoimmune isimmune @Twentysix`\n" +" - `[p]autoimmune isimmune @Mods`\n\n" +" **Arguments:**\n" +" - `` - The user or role to check the immunity of.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5758 +msgid "They are immune." +msgstr "他們是免疫的。" + +#: redbot/core/core_commands.py:5760 +msgid "They are not immune." +msgstr "他們不是免疫的。" + +#: redbot/core/core_commands.py:5787 +#, docstring +msgid "\n" +" Commands to add servers or channels to the ignore list.\n\n" +" The ignore list will prevent the bot from responding to commands in the configured locations.\n\n" +" Note: Owners and Admins override the ignore list.\n" +" " +msgstr "\n" +" 將伺務器或頻道添加到忽略列表的指令。\n\n" +" 忽略列表將阻止機器人響應配置位置中的指令。\n\n" +" 注意:所有者和管理員覆蓋忽略列表。\n" +" " + +#: redbot/core/core_commands.py:5797 +#, docstring +msgid "\n" +" List the currently ignored servers and channels.\n\n" +" **Example:**\n" +" - `[p]ignore list`\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5819 +#, docstring +msgid "\n" +" Ignore commands in the channel, thread, or category.\n\n" +" Defaults to the current thread or channel.\n\n" +" Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.\n\n" +" **Examples:**\n" +" - `[p]ignore channel #general` - Ignores commands in the #general channel.\n" +" - `[p]ignore channel` - Ignores commands in the current channel.\n" +" - `[p]ignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]ignore channel 356236713347252226` - Also accepts IDs.\n\n" +" **Arguments:**\n" +" - `` - The channel to ignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5837 +msgid "Channel added to ignore list." +msgstr "頻道已添加到忽略列表。" + +#: redbot/core/core_commands.py:5839 +msgid "Channel already in ignore list." +msgstr "頻道已在忽略列表中。" + +#: redbot/core/core_commands.py:5844 +#, docstring +msgid "\n" +" Ignore commands in this server.\n\n" +" Note: Owners, Admins, and those with Manage Server permissions override ignored servers.\n\n" +" **Example:**\n" +" - `[p]ignore server` - Ignores the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5855 +msgid "This server has been added to the ignore list." +msgstr "此服務器已添加到忽略列表。" + +#: redbot/core/core_commands.py:5857 +msgid "This server is already being ignored." +msgstr "此伺務器已被忽略。" + +#: redbot/core/core_commands.py:5863 +#, docstring +msgid "Commands to remove servers or channels from the ignore list." +msgstr "從忽略列表中刪除伺務器或頻道的指令。" + +#: redbot/core/core_commands.py:5878 +#, docstring +msgid "\n" +" Remove a channel, thread, or category from the ignore list.\n\n" +" Defaults to the current thread or channel.\n\n" +" **Examples:**\n" +" - `[p]unignore channel #general` - Unignores commands in the #general channel.\n" +" - `[p]unignore channel` - Unignores commands in the current channel.\n" +" - `[p]unignore channel \"General Channels\"` - Use quotes for categories with spaces.\n" +" - `[p]unignore channel 356236713347252226` - Also accepts IDs. Use this method to unignore categories.\n\n" +" **Arguments:**\n" +" - `` - The channel to unignore. This can also be a thread or category channel.\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5894 +msgid "Channel removed from ignore list." +msgstr "頻道已從忽略列表中刪除。" + +#: redbot/core/core_commands.py:5896 +msgid "That channel is not in the ignore list." +msgstr "該頻道不在忽略列表中。" + +#: redbot/core/core_commands.py:5901 +#, docstring +msgid "\n" +" Remove this server from the ignore list.\n\n" +" **Example:**\n" +" - `[p]unignore server` - Stops ignoring the current server\n" +" " +msgstr "" + +#: redbot/core/core_commands.py:5910 +msgid "This server has been removed from the ignore list." +msgstr "此伺務器已從忽略列表中刪除。" + +#: redbot/core/core_commands.py:5912 +msgid "This server is not in the ignore list." +msgstr "此伺務器已從忽略列表中刪除。" + +#: redbot/core/core_commands.py:5926 +msgid "This server is currently being ignored." +msgstr "當前正在忽略此伺務器。" + +#: redbot/core/core_commands.py:5943 redbot/core/core_commands.py:5945 +#: redbot/core/core_commands.py:5946 +msgid "None" +msgstr "無" + +#: redbot/core/core_commands.py:5947 +msgid "Currently ignored categories: {categories}\n" +"Channels: {channels}\n" +"Threads (excluding archived):{threads}" +msgstr "當前忽略的類別:{categories}\n" +"頻道:{channels}\n" +"主題(不包括已存檔的):{threads}" + +#: redbot/core/core_commands.py:5964 +#, docstring +msgid "\n" +" Get info about Red's licenses.\n" +" " +msgstr "\n" +" 獲取有關 Red 許可證的信息。\n" +" " + +#: redbot/core/dev_commands.py:412 +#, docstring +msgid "Various development focused utilities." +msgstr "各種以開發為重點的實用程序。" + +#: redbot/core/dev_commands.py:455 +#, docstring +msgid "Evaluate a statement of python code.\n\n" +" The bot will always respond with the return value of the code.\n" +" If the return value of the code is a coroutine, it will be awaited,\n" +" and the result of that will be the bot's response.\n\n" +" Note: Only one statement may be evaluated. Using certain restricted\n" +" keywords, e.g. yield, will result in a syntax error. For multiple\n" +" lines or asynchronous code, see [p]repl or [p]eval.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "評估 python 代碼的語句。\n\n" +" 機器人將始終使用代碼的返回值進行響應。\n" +" 如果代碼的返回值是一個協程,它會被等待,\n" +" 結果將是機器人的響應。\n\n" +" 注意:只能評估一個語句。使用某些限制\n" +" 關鍵字,例如yield,將導致語法錯誤。對於多個\n" +" 行或異步代碼,請參閱 [p]repl 或 [p]eval。\n\n" +" 環境變量:\n" +" `ctx` - 命令調用上下文\n" +" `bot` - 機器人對象\n" +" `channel` - 當前頻道對象\n" +" `author` - 命令作者的成員對象\n" +" `guild` - 當前伺服器對象\n" +" `message` - 命令的消息對象\n" +" `_` - 最後一個開發命令的結果\n" +" `aiohttp` - aiohttp 庫\n" +" `asyncio` - 異步庫\n" +" `discord` - discord.py 庫\n" +" `commands` - redbot.core.commands 模塊\n" +" `cf` - redbot.core.utils.chat_formatting 模塊\n" +" " + +#: redbot/core/dev_commands.py:491 +#, docstring +msgid "Execute asynchronous code.\n\n" +" This command wraps code into the body of an async function and then\n" +" calls and awaits it. The bot will respond with anything printed to\n" +" stdout, as well as the return value of the function.\n\n" +" The code can be within a codeblock, inline code or neither, as long\n" +" as they are not mixed and they are formatted correctly.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "執行異步代碼。\n\n" +" 此命令將代碼包裝到異步函數的主體中,然後\n" +" 呼叫並等待它。機器人將響應打印到的任何內容\n" +" stdout,以及函數的返回值。\n\n" +" 代碼可以在代碼塊、內聯代碼或兩者都不是,只要\n" +" 因為它們沒有混合併且格式正確。\n\n" +" 環境變量:\n" +" `ctx` - 命令調用上下文\n" +" `bot` - 機器人對象\n" +" `channel` - 當前頻道對象\n" +" `author` - 命令作者的成員對象\n" +" `guild` - 當前公會對象\n" +" `message` - 命令的消息對象\n" +" `_` - 最後一個開發命令的結果\n" +" `aiohttp` - aiohttp 庫\n" +" `asyncio` - 異步庫\n" +" `discord` - discord.py 庫\n" +" `commands` - redbot.core.commands 模塊\n" +" `cf` - redbot.core.utils.chat_formatting 模塊\n" +" " + +#: redbot/core/dev_commands.py:527 +#, docstring +msgid "Open an interactive REPL.\n\n" +" The REPL will only recognise code as messages which start with a\n" +" backtick. This includes codeblocks, and as such multiple lines can be\n" +" evaluated.\n\n" +" Use `exit()` or `quit` to exit the REPL session, prefixed with\n" +" a backtick so they may be interpreted.\n\n" +" Environment Variables:\n" +" `ctx` - the command invocation context\n" +" `bot` - the bot object\n" +" `channel` - the current channel object\n" +" `author` - the command author's member object\n" +" `guild` - the current guild object\n" +" `message` - the command's message object\n" +" `_` - the result of the last dev command\n" +" `aiohttp` - the aiohttp library\n" +" `asyncio` - the asyncio library\n" +" `discord` - the discord.py library\n" +" `commands` - the redbot.core.commands module\n" +" `cf` - the redbot.core.utils.chat_formatting module\n" +" " +msgstr "打開交互式 REPL。\n\n" +" REPL 只會將代碼識別為以 a 開頭的消息\n" +" 反引號。 這包括代碼塊,因此多行可以\n" +" 評估。\n\n" +" 使用 exit() 或 quit 退出 REPL 會話,前綴為\n" +" 一個反引號,以便它們可以被解釋。\n\n" +" 環境變量:\n" +" `ctx` - 命令調用上下文\n" +" `bot` - 機器人對象\n" +" `channel` - 當前頻道對象\n" +" `author` - 命令作者的成員對象\n" +" `guild` - 當前公會對象\n" +" `message` - 命令的消息對象\n" +" `_` - 最後一個開發命令的結果\n" +" `aiohttp` - aiohttp 庫\n" +" `asyncio` - 異步庫\n" +" `discord` - discord.py 庫\n" +" `commands` - redbot.core.commands 模塊\n" +" `cf` - redbot.core.utils.chat_formatting 模塊\n" +" " + +#: redbot/core/dev_commands.py:553 +msgid "Already running a REPL session in this channel. Exit it with `quit`." +msgstr "已在此頻道中運行 REPL 會話。 用 `quit` 退出它。" + +#: redbot/core/dev_commands.py:557 +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 +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 +msgid "Exiting." +msgstr "正在退出中。" + +#: redbot/core/dev_commands.py:595 +msgid "Unexpected error: " +msgstr "意外的錯誤: " + +#: redbot/core/dev_commands.py:599 +#, docstring +msgid "Pauses/resumes the REPL running in the current channel." +msgstr "暫停/恢復在當前頻道中運行的 REPL。" + +#: redbot/core/dev_commands.py:601 +msgid "There is no currently running REPL session in this channel." +msgstr "此頻道中當前沒有正在運行的 REPL 會話。" + +#: redbot/core/dev_commands.py:609 +msgid "The REPL session in this channel has been resumed." +msgstr "該頻道中的 REPL 會話已恢復。" + +#: redbot/core/dev_commands.py:611 +msgid "The REPL session in this channel is now paused." +msgstr "此頻道中的 REPL 會話現已暫停。" + +#: redbot/core/dev_commands.py:617 +#, docstring +msgid "Mock another user invoking a command.\n\n" +" The prefix must not be entered.\n" +" " +msgstr "模擬另一個用戶調用命令。\n\n" +" 不得輸入前綴。\n" +" " + +#: redbot/core/dev_commands.py:633 +#, 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" +" the content and author of the message are replaced with the given arguments.\n\n" +" Note: If `content` isn't passed, the message needs to contain embeds, attachments,\n" +" or anything else that makes the message non-empty.\n" +" " +msgstr "像其他用戶發送的那樣發送消息事件。\n\n" +" 當前消息用作基礎(包括附件、嵌入等),\n" +" 消息的內容和作者被給定的參數替換。\n\n" +" 注意:如果未傳遞 `content`,則消息需要包含嵌入、附件、\n" +" 或任何其他使消息非空的東西。\n" +" " + +#: redbot/core/dev_commands.py:654 +#, 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 +msgid "Bot owners will now bypass all commands with cooldowns." +msgstr "Bot 所有者現在將繞過所有具有冷卻時間的命令。" + +#: redbot/core/dev_commands.py:664 +msgid "Bot owners will no longer bypass all commands with cooldowns." +msgstr "機器人所有者將不再繞過所有具有冷卻時間的命令。" + +#: redbot/core/errors.py:61 +msgid "{user}'s balance cannot rise above {max} {currency}." +msgstr "{user} 的餘額不能超過 {max} {currency}。" + +#: redbot/core/modlog.py:393 +msgid "Case #{} | {} {}" +msgstr "案件#{} | {} {}" + +#: redbot/core/modlog.py:395 +msgid "**Reason:** Use the `reason` command to add it" +msgstr "**原因:**使用`reason`指令添加" + +#: redbot/core/modlog.py:398 +msgid "Unknown" +msgstr "未知" + +#: redbot/core/modlog.py:402 redbot/core/modlog.py:424 +#: redbot/core/modlog.py:439 +msgid "Deleted User." +msgstr "已刪除的使用者。" + +#: redbot/core/modlog.py:476 +msgid "Deleted or archived thread ({thread_id}) in {channel_name}" +msgstr "{channel_name} 中的已刪除或存檔線程 ({thread_id})" + +#: redbot/core/modlog.py:480 +msgid "Thread {thread_id} in {channel_id} (deleted)" +msgstr "{channel_id} 中的話題 {thread_id}(已刪除)" + +#: redbot/core/modlog.py:484 +msgid "{channel_id} (deleted)" +msgstr "{channel_id}(已刪除)" + +#: redbot/core/modlog.py:489 +msgid "Thread {thread_name} in {channel_name}" +msgstr "{channel_name} 中的線程 {thread_name}" + +#: redbot/core/modlog.py:493 +msgid "Thread {thread_name} in {channel_id} (deleted)" +msgstr "{channel_id} 中的話題 {thread_name}(已刪除)" + +#: redbot/core/modlog.py:499 redbot/core/modlog.py:527 +msgid "Reason:" +msgstr "原因:" + +#: redbot/core/modlog.py:513 +msgid "Moderator" +msgstr "版主" + +#: redbot/core/modlog.py:515 +msgid "Until" +msgstr "直到" + +#: redbot/core/modlog.py:516 +msgid "Duration" +msgstr "持續時間" + +#: redbot/core/modlog.py:518 +msgid "Channel" +msgstr "頻道" + +#: redbot/core/modlog.py:520 +msgid "Amended by" +msgstr "修改人" + +#: redbot/core/modlog.py:522 +msgid "Last modified at" +msgstr "最後修改於" + +#: redbot/core/modlog.py:542 +msgid "User:" +msgstr "使用者:" + +#: redbot/core/modlog.py:543 +msgid "Moderator:" +msgstr "版主:" + +#: redbot/core/modlog.py:546 +msgid "Until:" +msgstr "直到:" + +#: redbot/core/modlog.py:546 +msgid "Duration:" +msgstr "期間:" + +#: redbot/core/modlog.py:549 redbot/core/modlog.py:551 +msgid "Channel:" +msgstr "頻道:" + +#: redbot/core/modlog.py:553 +msgid "Amended by:" +msgstr "修改人:" + +#: redbot/core/modlog.py:555 +msgid "Last modified at:" +msgstr "最後修改於:" + +#: redbot/core/tree.py:272 +msgid "Command not found." +msgstr "無該指令。" + +#: redbot/core/tree.py:336 +msgid "You are not permitted to use this command." +msgstr "您沒有權限使用此指令。" + +#: redbot/core/tree.py:363 +msgid "This channel or server is ignored." +msgstr "" + +#: redbot/core/tree.py:370 +msgid "You are not permitted to use commands because of an allowlist or blocklist." +msgstr "" +